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