hla.rti1516
Class ResignAction

java.lang.Object
  extended by hla.rti1516.ResignAction
All Implemented Interfaces:
Serializable

public final class ResignAction
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
static ResignAction CANCEL_PENDING_OWNERSHIP_ACQUISITIONS
           
static ResignAction CANCEL_THEN_DELETE_THEN_DIVEST
           
static ResignAction DELETE_OBJECTS
           
static ResignAction DELETE_OBJECTS_THEN_DIVEST
           
static ResignAction NO_ACTION
           
static ResignAction UNCONDITIONALLY_DIVEST_ATTRIBUTES
           
 
Constructor Summary
ResignAction(ResignAction otherResignActionValue)
          This is the only public constructor.
 
Method Summary
 boolean equals(Object otherResignActionValue)
          Allows comparison with other instance of same type.
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

UNCONDITIONALLY_DIVEST_ATTRIBUTES

public static final ResignAction UNCONDITIONALLY_DIVEST_ATTRIBUTES

DELETE_OBJECTS

public static final ResignAction DELETE_OBJECTS

CANCEL_PENDING_OWNERSHIP_ACQUISITIONS

public static final ResignAction CANCEL_PENDING_OWNERSHIP_ACQUISITIONS

DELETE_OBJECTS_THEN_DIVEST

public static final ResignAction DELETE_OBJECTS_THEN_DIVEST

CANCEL_THEN_DELETE_THEN_DIVEST

public static final ResignAction CANCEL_THEN_DELETE_THEN_DIVEST

NO_ACTION

public static final ResignAction NO_ACTION
Constructor Detail

ResignAction

public ResignAction(ResignAction otherResignActionValue)
This is the only public constructor. Each user-defined instance of a ResignAction must be initialized with one of the defined static values.

Parameters:
otherResignActionValue - must be a defined static value or another instance.
Method Detail

toString

public String toString()
Overrides:
toString in class Object
Returns:
String with value "ResignAction(n)" where n is value

equals

public boolean equals(Object otherResignActionValue)
Allows comparison with other instance of same type.

Overrides:
equals in class Object
Returns:
true if supplied object is of type ResignAction and has same value; false otherwise

hashCode

public int hashCode()
Overrides:
hashCode in class Object