Package cdm.legaldocumentation.common
Enum ClosedStateEnum
- All Implemented Interfaces:
Serializable,Comparable<ClosedStateEnum>
The enumerated values to specify what led to the contract or execution closure.
- Version:
- 5.30.0
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe execution or contract has been allocated.The execution or contract has been cancelled.The (option) contract has been exercised.The (option) contract has expired without being exercised.The contract has reached its contractual termination date.The contract has been novated.The contract has been subject of an early termination event. -
Method Summary
Modifier and TypeMethodDescriptionstatic ClosedStateEnumfromDisplayName(String name) toString()static ClosedStateEnumReturns the enum constant of this type with the specified name.static ClosedStateEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
ALLOCATED
The execution or contract has been allocated. -
CANCELLED
The execution or contract has been cancelled. -
EXERCISED
The (option) contract has been exercised. -
EXPIRED
The (option) contract has expired without being exercised. -
MATURED
The contract has reached its contractual termination date. -
NOVATED
The contract has been novated. This state applies to the stepped-out contract component of the novation event. -
TERMINATED
The contract has been subject of an early termination event.
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-
fromDisplayName
-
toString
- Overrides:
toStringin classEnum<ClosedStateEnum>
-
toDisplayString
-