public enum swDimXpertGtolType_e extends java.lang.Enum<swDimXpertGtolType_e>
Modifier and Type | Method and Description |
---|---|
static swDimXpertGtolType_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swDimXpertGtolType_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swDimXpertGtolType_e swDimXpertGtolType_Straightness
public static final swDimXpertGtolType_e swDimXpertGtolType_Flatness
public static final swDimXpertGtolType_e swDimXpertGtolType_Circularity
public static final swDimXpertGtolType_e swDimXpertGtolType_Cylindricity
public static final swDimXpertGtolType_e swDimXpertGtolType_SurfaceProfile
public static final swDimXpertGtolType_e swDimXpertGtolType_LineProfile
public static final swDimXpertGtolType_e swDimXpertGtolType_Angularity
public static final swDimXpertGtolType_e swDimXpertGtolType_Perpendicularity
public static final swDimXpertGtolType_e swDimXpertGtolType_Parallelism
public static final swDimXpertGtolType_e swDimXpertGtolType_Position
public static final swDimXpertGtolType_e swDimXpertGtolType_Symmetry
public static final swDimXpertGtolType_e swDimXpertGtolType_Concentricity
public static final swDimXpertGtolType_e swDimXpertGtolType_CircularRunout
public static final swDimXpertGtolType_e swDimXpertGtolType_TotalRunout
public static swDimXpertGtolType_e[] values()
for (swDimXpertGtolType_e c : swDimXpertGtolType_e.values()) System.out.println(c);
public static swDimXpertGtolType_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