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