Enum SecurityInterestObligeeEnum

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

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

    • PARTY_A

      @RosettaEnumValue("PartyA") public static final SecurityInterestObligeeEnum PARTY_A
      Party A.
    • PARTY_A_OR_AFFILIATE

      @RosettaEnumValue(value="PartyAOrAffiliate", displayName="Party A or any Affiliate of Party A") public static final SecurityInterestObligeeEnum PARTY_A_OR_AFFILIATE
      Party A or any Affiliate of Party A.
    • PARTY_B

      @RosettaEnumValue("PartyB") public static final SecurityInterestObligeeEnum PARTY_B
      Party B.
    • PARTY_B_OR_AFFILIATE

      @RosettaEnumValue(value="PartyBOrAffiliate", displayName="Party B or any Affiliate of Party B") public static final SecurityInterestObligeeEnum PARTY_B_OR_AFFILIATE
      Party B or any Affiliate of Party B.
    • OTHER

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

    • values

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

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

      public String toDisplayString()