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