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