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