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