public enum swWzdGeneralHoleTypes_e extends java.lang.Enum<swWzdGeneralHoleTypes_e>
Enum Constant and Description |
---|
swWzdCounterBore |
swWzdCounterBoreSlot |
swWzdCounterSink |
swWzdCounterSinkSlot |
swWzdHole |
swWzdHoleSlot |
swWzdLegacy |
swWzdPipeTap |
swWzdTap |
Modifier and Type | Method and Description |
---|---|
static swWzdGeneralHoleTypes_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swWzdGeneralHoleTypes_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swWzdGeneralHoleTypes_e swWzdCounterBore
public static final swWzdGeneralHoleTypes_e swWzdCounterSink
public static final swWzdGeneralHoleTypes_e swWzdHole
public static final swWzdGeneralHoleTypes_e swWzdPipeTap
public static final swWzdGeneralHoleTypes_e swWzdTap
public static final swWzdGeneralHoleTypes_e swWzdLegacy
public static final swWzdGeneralHoleTypes_e swWzdCounterBoreSlot
public static final swWzdGeneralHoleTypes_e swWzdCounterSinkSlot
public static final swWzdGeneralHoleTypes_e swWzdHoleSlot
public static swWzdGeneralHoleTypes_e[] values()
for (swWzdGeneralHoleTypes_e c : swWzdGeneralHoleTypes_e.values()) System.out.println(c);
public static swWzdGeneralHoleTypes_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