Enum RatedPartyEnum

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

@RosettaEnum("RatedPartyEnum") public enum RatedPartyEnum extends Enum<RatedPartyEnum>
The enumerated values applicable where a Rated Party is defined within the relevant clause.
Version:
7.0.0-dev.105
  • Enum Constant Details

    • PARTY

      @RosettaEnumValue("Party") public static final RatedPartyEnum PARTY
      Party.
    • CREDIT_SUPPORT_PROVIDER

      @RosettaEnumValue("CreditSupportProvider") public static final RatedPartyEnum CREDIT_SUPPORT_PROVIDER
      Credit Support Provider.
    • NAMED_ENTITY

      @RosettaEnumValue("NamedEntity") public static final RatedPartyEnum NAMED_ENTITY
      A Named Entity.
    • PARTY_OR_CREDIT_SUPPORT_PROVIDER

      @RosettaEnumValue("PartyOrCreditSupportProvider") public static final RatedPartyEnum PARTY_OR_CREDIT_SUPPORT_PROVIDER
      The Party or Credit Support Provider.
    • NAMED_AFFILIATE

      @RosettaEnumValue("NamedAffiliate") public static final RatedPartyEnum NAMED_AFFILIATE
      A Named Affiliate of the Party.
    • ALL_AFFILIATES

      @RosettaEnumValue(value="AllAffiliates", displayName="All Affiliates to the Party") public static final RatedPartyEnum ALL_AFFILIATES
      All Affiliates to the Party.
  • Method Details

    • values

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

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

      public String toDisplayString()