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