public enum swMaterialModifier_e extends java.lang.Enum<swMaterialModifier_e>
Modifier and Type | Method and Description |
---|---|
static swMaterialModifier_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swMaterialModifier_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swMaterialModifier_e swMaterialModifier_None
public static final swMaterialModifier_e swMaterialModifier_Unknown
public static final swMaterialModifier_e swMaterialModifier_MaximumMaterialCondition
public static final swMaterialModifier_e swMaterialModifier_LeastMaterialCondition
public static final swMaterialModifier_e swMaterialModifier_RegardlessOfFeatureSize
public static final swMaterialModifier_e swMaterialModifier_Translation
public static swMaterialModifier_e[] values()
for (swMaterialModifier_e c : swMaterialModifier_e.values()) System.out.println(c);
public static swMaterialModifier_e 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