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