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