Enum SecurityInterestObligationsEnum

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

@RosettaEnum("SecurityInterestObligationsEnum") public enum SecurityInterestObligationsEnum extends Enum<SecurityInterestObligationsEnum>
The enumerated values applicable for Security Interest for Obligations.
Version:
6.19.0
  • Enum Constant Details

    • NOT_APPLICABLE

      @RosettaEnumValue("NotApplicable") public static final SecurityInterestObligationsEnum NOT_APPLICABLE
      Security Interest for Obligations is not applicable to the Party.
    • ALL_OBLIGATIONS_OF_PARTY_A

      @RosettaEnumValue(value="AllObligationsOfPartyA", displayName="All Obligations of Party A") public static final SecurityInterestObligationsEnum ALL_OBLIGATIONS_OF_PARTY_A
      All Obligations of Party A.
    • ALL_OBLIGATIONS_OF_PARTY_B

      @RosettaEnumValue(value="AllObligationsOfPartyB", displayName="All Obligations of Party B") public static final SecurityInterestObligationsEnum ALL_OBLIGATIONS_OF_PARTY_B
      All Obligations of Party B.
    • OTHER

      @RosettaEnumValue("Other") public static final SecurityInterestObligationsEnum OTHER
      Utilised where the clause data structure is not able to capture a material aspect of the clause.
  • Method Details

    • values

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

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

      public String toDisplayString()