public enum ButtonImageType extends Enum<ButtonImageType>
| Modifier and Type | Method and Description |
|---|---|
static ButtonImageType |
fromValue(String v) |
String |
getValue() |
static ButtonImageType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ButtonImageType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ButtonImageType REG
public static final ButtonImageType SML
public static final ButtonImageType CC
public static ButtonImageType[] values()
for (ButtonImageType c : ButtonImageType.values()) System.out.println(c);
public static ButtonImageType 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 nullpublic String getValue()
public static ButtonImageType fromValue(String v)
Copyright © 2017. All Rights Reserved.