public enum swTolType_e extends java.lang.Enum<swTolType_e>
Enum Constant and Description |
---|
swTolBASIC |
swTolBILAT |
swTolBLOCK |
swTolFIT |
swTolFITTOLONLY |
swTolFITWITHTOL |
swTolGeneral |
swTolLIMIT |
swTolMAX |
swTolMETRIC |
swTolMIN |
swTolNONE |
swTolSYMMETRIC |
Modifier and Type | Method and Description |
---|---|
static swTolType_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swTolType_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swTolType_e swTolNONE
public static final swTolType_e swTolBASIC
public static final swTolType_e swTolBILAT
public static final swTolType_e swTolLIMIT
public static final swTolType_e swTolSYMMETRIC
public static final swTolType_e swTolMIN
public static final swTolType_e swTolMAX
public static final swTolType_e swTolMETRIC
public static final swTolType_e swTolFIT
public static final swTolType_e swTolFITWITHTOL
public static final swTolType_e swTolFITTOLONLY
public static final swTolType_e swTolBLOCK
public static final swTolType_e swTolGeneral
public static swTolType_e[] values()
for (swTolType_e c : swTolType_e.values()) System.out.println(c);
public static swTolType_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