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