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