public enum ERXEuropeanUnionsEnums extends Enum<ERXEuropeanUnionsEnums>
Modifier and Type | Method and Description |
---|---|
String |
fullName()
翻訳できる完全名
|
static ERXEuropeanUnionsEnums |
valueOf(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(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 fullName()
Copyright © 2002 – 2024 Project Wonder.