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