Package cdm.legaldocumentation.common
Enum TerminationCurrencyConditionEnum
java.lang.Object
java.lang.Enum<TerminationCurrencyConditionEnum>
cdm.legaldocumentation.common.TerminationCurrencyConditionEnum
- All Implemented Interfaces:
Serializable,Comparable<TerminationCurrencyConditionEnum>
@RosettaEnum("TerminationCurrencyConditionEnum")
public enum TerminationCurrencyConditionEnum
extends Enum<TerminationCurrencyConditionEnum>
- Version:
- 5.30.0
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionA currency that is freely available.A currency in which payments would be due under one or more Transactions.A currency in which payments would be due under one or more Transactions and that is freely available.Termination Currency Conditions are specified. -
Method Summary
Modifier and TypeMethodDescriptionfromDisplayName(String name) toString()Returns the enum constant of this type with the specified name.static TerminationCurrencyConditionEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
PAYMENTS_DUE
A currency in which payments would be due under one or more Transactions. -
FREELY_AVAILABLE
@RosettaEnumValue("FreelyAvailable") public static final TerminationCurrencyConditionEnum FREELY_AVAILABLEA currency that is freely available. -
PAYMENTS_DUE_AND_FREELY_AVAILABLE
@RosettaEnumValue("PaymentsDueAndFreelyAvailable") public static final TerminationCurrencyConditionEnum PAYMENTS_DUE_AND_FREELY_AVAILABLEA currency in which payments would be due under one or more Transactions and that is freely available. -
SPECIFIED
Termination Currency Conditions are specified.
-
-
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<TerminationCurrencyConditionEnum>
-
toDisplayString
-