public enum swWzdHoleStandards_e extends java.lang.Enum<swWzdHoleStandards_e>
Modifier and Type | Method and Description |
---|---|
static swWzdHoleStandards_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swWzdHoleStandards_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swWzdHoleStandards_e swStandardAnsiInch
public static final swWzdHoleStandards_e swStandardAnsiMetric
public static final swWzdHoleStandards_e swStandardBSI
public static final swWzdHoleStandards_e swStandardDME
public static final swWzdHoleStandards_e swStandardDIN
public static final swWzdHoleStandards_e swStandardHascoMetric
public static final swWzdHoleStandards_e swStandardHelicoilInch
public static final swWzdHoleStandards_e swStandardHelicoilMetric
public static final swWzdHoleStandards_e swStandardISO
public static final swWzdHoleStandards_e swStandardJIS
public static final swWzdHoleStandards_e swStandardPCS
public static final swWzdHoleStandards_e swStandardProgressive
public static final swWzdHoleStandards_e swStandardSuperior
public static final swWzdHoleStandards_e swStandardGB
public static final swWzdHoleStandards_e swStandardKS
public static final swWzdHoleStandards_e swStandardIS
public static final swWzdHoleStandards_e swStandardAS
public static final swWzdHoleStandards_e swStandardPEMInch
public static final swWzdHoleStandards_e swStandardPEMMetric
public static swWzdHoleStandards_e[] values()
for (swWzdHoleStandards_e c : swWzdHoleStandards_e.values()) System.out.println(c);
public static swWzdHoleStandards_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