Package cdm.legaldocumentation.csa
Enum 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 Summary
Enum ConstantsEnum ConstantDescriptionUtilised where the clause data structure is not able to capture a material aspect of the clause.Party A.Party A or any Affiliate of Party A.Party B.Party B or any Affiliate of Party B. -
Method Summary
Modifier and TypeMethodDescriptionstatic SecurityInterestObligeeEnumfromDisplayName(String name) toString()static SecurityInterestObligeeEnumReturns the enum constant of this type with the specified name.static SecurityInterestObligeeEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
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_AFFILIATEParty A or any Affiliate of Party A. -
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_AFFILIATEParty B or any Affiliate of Party B. -
OTHER
Utilised where the clause data structure is not able to capture a material aspect of the clause.
-
-
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<SecurityInterestObligeeEnum>
-
toDisplayString
-