public static enum AuxMaterialBundle.FractionRenderType extends java.lang.Enum<AuxMaterialBundle.FractionRenderType>
| Enum Constant and Description |
|---|
ELEMENT |
ELEMENT_SCALED |
INTEGRATION_POINT |
INTEGRATION_POINT_SCALED |
| Modifier and Type | Method and Description |
|---|---|
static AuxMaterialBundle.FractionRenderType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AuxMaterialBundle.FractionRenderType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AuxMaterialBundle.FractionRenderType ELEMENT
public static final AuxMaterialBundle.FractionRenderType ELEMENT_SCALED
public static final AuxMaterialBundle.FractionRenderType INTEGRATION_POINT
public static final AuxMaterialBundle.FractionRenderType INTEGRATION_POINT_SCALED
public static AuxMaterialBundle.FractionRenderType[] values()
for (AuxMaterialBundle.FractionRenderType c : AuxMaterialBundle.FractionRenderType.values()) System.out.println(c);
public static AuxMaterialBundle.FractionRenderType 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