public static enum SoVolumeData.SubMethods extends java.lang.Enum<SoVolumeData.SubMethods> implements IntegerValuedEnum
| Enum Constant and Description | 
|---|
AVERAGE
Deprecated.  
Average. 
 | 
MAX
Deprecated.  
Max. 
 | 
NEAREST
Deprecated.  
Nearest. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static SoVolumeData.SubMethods | 
fromValue(int val)
Deprecated. 
 
Use  
valueOf(int) instead. | 
int | 
getValue()
Deprecated.  
Returns the integer value of the enum constant. 
 | 
static SoVolumeData.SubMethods | 
valueOf(int val)
Deprecated.  
Returns the enum constant of this type with the specified integer value 
 | 
static SoVolumeData.SubMethods | 
valueOf(java.lang.String name)
Deprecated.  
Returns the enum constant of this type with the specified name. 
 | 
static SoVolumeData.SubMethods[] | 
values()
Deprecated.  
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final SoVolumeData.SubMethods NEAREST
public static final SoVolumeData.SubMethods MAX
public static final SoVolumeData.SubMethods AVERAGE
public static SoVolumeData.SubMethods[] values()
for (SoVolumeData.SubMethods c : SoVolumeData.SubMethods.values()) System.out.println(c);
public static SoVolumeData.SubMethods valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null@Deprecated public static SoVolumeData.SubMethods fromValue(int val)
valueOf(int) instead.public static SoVolumeData.SubMethods valueOf(int val)
public int getValue()
IntegerValuedEnumgetValue in interface IntegerValuedEnumGenerated on July 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com