public enum ERXEuropeanUnionsEnums extends java.lang.Enum<ERXEuropeanUnionsEnums>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
fullName()
翻訳できる完全名
|
static ERXEuropeanUnionsEnums |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ERXEuropeanUnionsEnums[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ERXEuropeanUnionsEnums YES
public static final ERXEuropeanUnionsEnums NO
public static ERXEuropeanUnionsEnums[] values()
for (ERXEuropeanUnionsEnums c : ERXEuropeanUnionsEnums.values()) System.out.println(c);
public static ERXEuropeanUnionsEnums 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 nullpublic java.lang.String fullName()
Copyright © 2002 – 2022 Project Wonder.