static enum GrantAward.LANG extends Enum<GrantAward.LANG>
Modifier and Type | Method and Description |
---|---|
static GrantAward.LANG |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GrantAward.LANG[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GrantAward.LANG JA
public static final GrantAward.LANG EN
public static final GrantAward.LANG UNKNOWN
public static GrantAward.LANG[] values()
for (GrantAward.LANG c : GrantAward.LANG.values()) System.out.println(c);
public static GrantAward.LANG 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 nullEDB Working Group at Tue Jun 10 17:08:59 JST 2025