
public static enum ButtonCellBase.Decoration extends Enum<ButtonCellBase.Decoration>
| Modifier and Type | Method and Description |
|---|---|
static ButtonCellBase.Decoration |
valueOf(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.
|
compareTo, createValueOfMap, equals, getDeclaringClass, hashCode, name, obfuscatedName, ordinal, toString, valueOf, valueOfpublic 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(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2018. All rights reserved.