|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<OVAAssertEventType>
com.newisys.ova.OVAAssertEventType
public enum OVAAssertEventType
Enumeration of event types for OVAAssert objects.
| Enum Constant Summary | |
|---|---|
All
Corresponds to all events that occur on an OVAAssert. |
|
AttemptFailure
A matching attempt on an OVAAssert fails. |
|
AttemptKilled
A matching attempt on an OVAAssert is killed. |
|
AttemptMarker
TODO: document AttemptMarker |
|
AttemptRemoved
A matching attempt on an OVAAssert object is removed. |
|
AttemptSuccess
A matching attempt on an OVAAssert succeeds. |
|
DisableNewAttemptReporting
New matching attempt reporting is disabled. |
|
DisableNewAttempts
New matching attempts on an OVAAssert are disabled. |
|
EnableNewAttemptReporting
New matching attempt reporting is enabled. |
|
EnableNewAttempts
New matching attempts on an OVAAssert are ensabled. |
|
LocalVarCreated
TODO: document LocalVarCreated. |
|
LocalVarDestroyed
TODO: document LocalVarDestroyed. |
|
LocalVarDuplicated
TODO: document LocalVarDuplicated. |
|
LocalVarUpdated
TODO: document LocalVarUpdated. |
|
NewAttemptStarted
A new matching attempt is started for an OVAAssert object. |
|
Reset
An OVAAssert is reset. |
|
TransitionFailure
TODO: document TransitionFailure |
|
TransitionSuccess
TODO: document TransitionSuccess |
|
| Method Summary | |
|---|---|
static OVAAssertEventType |
forValue(int value)
Returns the OVAAssertEventType for the given integer value. |
int |
getValue()
Returns the integer value associated with this OVAAssertEventType. |
static OVAAssertEventType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static OVAAssertEventType[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, 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 OVAAssertEventType All
OVAAssert.
public static final OVAAssertEventType Reset
OVAAssert is reset.
OVAAssertAction.Resetpublic static final OVAAssertEventType NewAttemptStarted
OVAAssert object.
public static final OVAAssertEventType AttemptRemoved
OVAAssert object is removed.
public static final OVAAssertEventType AttemptFailure
OVAAssert fails.
public static final OVAAssertEventType AttemptSuccess
OVAAssert succeeds.
public static final OVAAssertEventType AttemptMarker
public static final OVAAssertEventType DisableNewAttempts
OVAAssert are disabled.
public static final OVAAssertEventType EnableNewAttempts
OVAAssert are ensabled.
public static final OVAAssertEventType AttemptKilled
OVAAssert is killed.
public static final OVAAssertEventType TransitionSuccess
public static final OVAAssertEventType TransitionFailure
public static final OVAAssertEventType DisableNewAttemptReporting
public static final OVAAssertEventType EnableNewAttemptReporting
public static final OVAAssertEventType LocalVarCreated
public static final OVAAssertEventType LocalVarDuplicated
public static final OVAAssertEventType LocalVarUpdated
public static final OVAAssertEventType LocalVarDestroyed
| Method Detail |
|---|
public static final OVAAssertEventType[] values()
for(OVAAssertEventType c : OVAAssertEventType.values())
System.out.println(c);
public static OVAAssertEventType valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified namepublic int getValue()
public static OVAAssertEventType forValue(int value)
value - the value for which to return an OVAAssertEventType
value
IllegalArgumentException - if value does not
correspond to any OVAAssertEventType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||