public static enum SoVolumeData.OverMethods extends java.lang.Enum<SoVolumeData.OverMethods> implements IntegerValuedEnum
| Enum Constant and Description | 
|---|
CONSTANT
Deprecated.  
Constant. 
 | 
CUBIC
Deprecated.  
Cubic. 
 | 
LINEAR
Deprecated.  
Linear. 
 | 
NONE
Deprecated.  
None. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static SoVolumeData.OverMethods | 
fromValue(int val)
Deprecated. 
 
Use  
valueOf(int) instead. | 
int | 
getValue()
Deprecated.  
Returns the integer value of the enum constant. 
 | 
static SoVolumeData.OverMethods | 
valueOf(int val)
Deprecated.  
Returns the enum constant of this type with the specified integer value 
 | 
static SoVolumeData.OverMethods | 
valueOf(java.lang.String name)
Deprecated.  
Returns the enum constant of this type with the specified name. 
 | 
static SoVolumeData.OverMethods[] | 
values()
Deprecated.  
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final SoVolumeData.OverMethods NONE
public static final SoVolumeData.OverMethods CONSTANT
public static final SoVolumeData.OverMethods LINEAR
public static final SoVolumeData.OverMethods CUBIC
public static SoVolumeData.OverMethods[] values()
for (SoVolumeData.OverMethods c : SoVolumeData.OverMethods.values()) System.out.println(c);
public static SoVolumeData.OverMethods 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.OverMethods fromValue(int val)
valueOf(int) instead.public static SoVolumeData.OverMethods 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