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