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