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