Enum ClosedStateEnum

java.lang.Object
java.lang.Enum<ClosedStateEnum>
cdm.legaldocumentation.common.ClosedStateEnum
All Implemented Interfaces:
Serializable, Comparable<ClosedStateEnum>

@RosettaEnum("ClosedStateEnum") public enum ClosedStateEnum extends Enum<ClosedStateEnum>
The enumerated values to specify what led to the contract or execution closure.
Version:
5.30.0
  • Enum Constant Details

    • ALLOCATED

      @RosettaEnumValue("Allocated") public static final ClosedStateEnum ALLOCATED
      The execution or contract has been allocated.
    • CANCELLED

      @RosettaEnumValue("Cancelled") public static final ClosedStateEnum CANCELLED
      The execution or contract has been cancelled.
    • EXERCISED

      @RosettaEnumValue("Exercised") public static final ClosedStateEnum EXERCISED
      The (option) contract has been exercised.
    • EXPIRED

      @RosettaEnumValue("Expired") public static final ClosedStateEnum EXPIRED
      The (option) contract has expired without being exercised.
    • MATURED

      @RosettaEnumValue("Matured") public static final ClosedStateEnum MATURED
      The contract has reached its contractual termination date.
    • NOVATED

      @RosettaEnumValue("Novated") public static final ClosedStateEnum NOVATED
      The contract has been novated. This state applies to the stepped-out contract component of the novation event.
    • TERMINATED

      @RosettaEnumValue("Terminated") public static final ClosedStateEnum TERMINATED
      The contract has been subject of an early termination event.
  • Method Details

    • values

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

      public static ClosedStateEnum valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null
    • fromDisplayName

      public static ClosedStateEnum fromDisplayName(String name)
    • toString

      public String toString()
      Overrides:
      toString in class Enum<ClosedStateEnum>
    • toDisplayString

      public String toDisplayString()