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