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