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