Module hla.rti1516e
Package hla.rti1516e

Enum Class ResignAction

java.lang.Object
java.lang.Enum<ResignAction>
hla.rti1516e.ResignAction
All Implemented Interfaces:
Serializable, Comparable<ResignAction>, Constable

public enum ResignAction extends Enum<ResignAction>
Enum used to select action taken by resignFederationExecution.
See Also:
  • Enum Constant Details

    • 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
  • Method Details

    • values

      public static ResignAction[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static ResignAction valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null