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 Details

    • PAYMENTS_DUE

      @RosettaEnumValue("PaymentsDue") public static final TerminationCurrencyConditionEnum PAYMENTS_DUE
      A currency in which payments would be due under one or more Transactions.
    • FREELY_AVAILABLE

      @RosettaEnumValue("FreelyAvailable") public static final TerminationCurrencyConditionEnum FREELY_AVAILABLE
      A currency that is freely available.
    • PAYMENTS_DUE_AND_FREELY_AVAILABLE

      @RosettaEnumValue("PaymentsDueAndFreelyAvailable") public static final TerminationCurrencyConditionEnum PAYMENTS_DUE_AND_FREELY_AVAILABLE
      A currency in which payments would be due under one or more Transactions and that is freely available.
    • SPECIFIED

      @RosettaEnumValue("Specified") public static final TerminationCurrencyConditionEnum SPECIFIED
      Termination Currency Conditions are specified.
  • Method Details

    • values

      public static TerminationCurrencyConditionEnum[] 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 TerminationCurrencyConditionEnum 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 TerminationCurrencyConditionEnum fromDisplayName(String name)
    • toString

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

      public String toDisplayString()