public static enum NameTable.UnicodeLanguageId extends java.lang.Enum<NameTable.UnicodeLanguageId>
Modifier and Type | Method and Description |
---|---|
boolean |
equals(int value) |
int |
value() |
static NameTable.UnicodeLanguageId |
valueOf(int value) |
static NameTable.UnicodeLanguageId |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NameTable.UnicodeLanguageId[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NameTable.UnicodeLanguageId Unknown
public static final NameTable.UnicodeLanguageId All
public static NameTable.UnicodeLanguageId[] values()
for (NameTable.UnicodeLanguageId c : NameTable.UnicodeLanguageId.values()) System.out.println(c);
public static NameTable.UnicodeLanguageId 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 int value()
public boolean equals(int value)
public static NameTable.UnicodeLanguageId valueOf(int value)