Package cdm.legaldocumentation.csa
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:
- 7.0.0-dev.105
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionAll Obligations of Party A.All Obligations of Party B.Security Interest for Obligations is not applicable to the Party.Utilised where the clause data structure is not able to capture a material aspect of the clause. -
Method Summary
Modifier and TypeMethodDescriptionfromDisplayName(String name) toString()Returns the enum constant of this type with the specified name.static SecurityInterestObligationsEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
NOT_APPLICABLE
@RosettaEnumValue("NotApplicable") public static final SecurityInterestObligationsEnum NOT_APPLICABLESecurity 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_AAll 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_BAll Obligations 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<SecurityInterestObligationsEnum>
-
toDisplayString
-