public static enum Mark.ENTRY_PART extends java.lang.Enum<Mark.ENTRY_PART>
Enum Constant and Description |
---|
SOURCE |
TRANSLATION |
Modifier and Type | Method and Description |
---|---|
static Mark.ENTRY_PART |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Mark.ENTRY_PART[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Mark.ENTRY_PART SOURCE
public static final Mark.ENTRY_PART TRANSLATION
public static Mark.ENTRY_PART[] values()
for (Mark.ENTRY_PART c : Mark.ENTRY_PART.values()) System.out.println(c);
public static Mark.ENTRY_PART 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 null