public enum DisplayLocale extends Enum<DisplayLocale>
| Modifier and Type | Method and Description | 
|---|---|
String | 
getDisplayMessage()  | 
String | 
getOrder()  | 
String | 
getValue()
値を取得する 
 | 
boolean | 
isShow()  | 
static String | 
toDisplayMessage(String value)  | 
static Map<String,String> | 
toMap()  | 
String | 
toString()  | 
static DisplayLocale | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static DisplayLocale[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final DisplayLocale JAPANESE
public static final DisplayLocale ENGLISH
public static DisplayLocale[] values()
for (DisplayLocale c : DisplayLocale.values()) System.out.println(c);
public static DisplayLocale 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 getDisplayMessage()
public String getOrder()
public String getValue()
public String toString()
toString in class Enum<DisplayLocale>public boolean isShow()