Package cdm.legaldocumentation.csa
Enum RatedPartyEnum
- All Implemented Interfaces:
Serializable,Comparable<RatedPartyEnum>
The enumerated values applicable where a Rated Party is defined within the relevant clause.
- Version:
- 7.0.0-dev.105
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionAll Affiliates to the Party.Credit Support Provider.A Named Affiliate of the Party.A Named Entity.Party.The Party or Credit Support Provider. -
Method Summary
Modifier and TypeMethodDescriptionstatic RatedPartyEnumfromDisplayName(String name) toString()static RatedPartyEnumReturns the enum constant of this type with the specified name.static RatedPartyEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
PARTY
Party. -
CREDIT_SUPPORT_PROVIDER
@RosettaEnumValue("CreditSupportProvider") public static final RatedPartyEnum CREDIT_SUPPORT_PROVIDERCredit Support Provider. -
NAMED_ENTITY
A Named Entity. -
PARTY_OR_CREDIT_SUPPORT_PROVIDER
@RosettaEnumValue("PartyOrCreditSupportProvider") public static final RatedPartyEnum PARTY_OR_CREDIT_SUPPORT_PROVIDERThe Party or Credit Support Provider. -
NAMED_AFFILIATE
A Named Affiliate of the Party. -
ALL_AFFILIATES
@RosettaEnumValue(value="AllAffiliates", displayName="All Affiliates to the Party") public static final RatedPartyEnum ALL_AFFILIATESAll Affiliates to the Party.
-
-
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<RatedPartyEnum>
-
toDisplayString
-