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