Package cdm.observable.event
Enum IndexEventConsequenceEnum
- All Implemented Interfaces:
Serializable,Comparable<IndexEventConsequenceEnum>
@RosettaEnum("IndexEventConsequenceEnum")
public enum IndexEventConsequenceEnum
extends Enum<IndexEventConsequenceEnum>
The enumerated values to specify the consequences of Index Events.
- Version:
- 5.30.0
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionCalculation Agent Adjustment.Cancellation and Payment.Negotiated Close Out.Related Exchange. -
Method Summary
Modifier and TypeMethodDescriptionstatic IndexEventConsequenceEnumfromDisplayName(String name) toString()static IndexEventConsequenceEnumReturns the enum constant of this type with the specified name.static IndexEventConsequenceEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
CALCULATION_AGENT_ADJUSTMENT
@RosettaEnumValue("CalculationAgentAdjustment") public static final IndexEventConsequenceEnum CALCULATION_AGENT_ADJUSTMENTCalculation Agent Adjustment. -
NEGOTIATED_CLOSE_OUT
@RosettaEnumValue("NegotiatedCloseOut") public static final IndexEventConsequenceEnum NEGOTIATED_CLOSE_OUTNegotiated Close Out. -
CANCELLATION_AND_PAYMENT
@RosettaEnumValue("CancellationAndPayment") public static final IndexEventConsequenceEnum CANCELLATION_AND_PAYMENTCancellation and Payment. -
RELATED_EXCHANGE
Related Exchange.
-
-
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<IndexEventConsequenceEnum>
-
toDisplayString
-