|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<EventResult.EventResultStatus>
com.evolveum.midpoint.common.validator.EventResult.EventResultStatus
public static enum EventResult.EventResultStatus
Enum Constant Summary | |
---|---|
CONTINUE
Continue normal processing. |
|
SKIP_OBJECT
Skip the rest of processing of this object, continue with the next object. |
|
STOP
Stop processing. |
Method Summary | |
---|---|
static EventResult.EventResultStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static EventResult.EventResultStatus[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final EventResult.EventResultStatus CONTINUE
public static final EventResult.EventResultStatus SKIP_OBJECT
public static final EventResult.EventResultStatus STOP
Method Detail |
---|
public static EventResult.EventResultStatus[] values()
for (EventResult.EventResultStatus c : EventResult.EventResultStatus.values()) System.out.println(c);
public static EventResult.EventResultStatus valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |