public enum EventId_EN extends java.lang.Enum<EventId_EN> implements Describable
Enum Constant and Description |
---|
EXCEPTION
Event Id for scoring Exception
|
GENERAL
Event Id for scoring general informational event
|
SCORING_FINISHED
Event Id for scoring finished
|
SCORING_INCREASED
Event Id for scoring increased
|
SCORING_SECTION_FINISHED
Event Id for scoring has finished a section
|
SCORING_SECTION_STARTING
Event Id for scoring has started a section
|
SCORING_STARTING
Event Id for scoring has started
|
VALIDATION_ISSUE
Event Id for validation issues
|
WARNING
Event Id for scoring general warning during processing
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
The description of the object
|
void |
setDescription(java.lang.String description)
Sets the objects internal description
|
static EventId_EN |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EventId_EN[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EventId_EN GENERAL
public static final EventId_EN WARNING
public static final EventId_EN EXCEPTION
public static final EventId_EN SCORING_STARTING
public static final EventId_EN SCORING_FINISHED
public static final EventId_EN SCORING_INCREASED
public static final EventId_EN SCORING_SECTION_STARTING
public static final EventId_EN SCORING_SECTION_FINISHED
public static final EventId_EN VALIDATION_ISSUE
public static EventId_EN[] values()
for (EventId_EN c : EventId_EN.values()) System.out.println(c);
public static EventId_EN 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 getDescription()
Describable
getDescription
in interface Describable
public void setDescription(java.lang.String description)
Describable
setDescription
in interface Describable