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