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