Package cdm.legaldocumentation.common
Enum SpecifiedEntityTermsEnum
- All Implemented Interfaces:
Serializable,Comparable<SpecifiedEntityTermsEnum>
@RosettaEnum("SpecifiedEntityTermsEnum")
public enum SpecifiedEntityTermsEnum
extends Enum<SpecifiedEntityTermsEnum>
The enumerated values to specify the specified entity terms for the Event of Default or Termination Event specified.
- Version:
- 5.30.0
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionAny Affiliate is a Specified Entity.Any Material Subsidiary.The Specified Entity is provided.No Specified Entity is providedNon standard Specified Entity terms are provided. -
Method Summary
Modifier and TypeMethodDescriptionstatic SpecifiedEntityTermsEnumfromDisplayName(String name) toString()static SpecifiedEntityTermsEnumReturns the enum constant of this type with the specified name.static SpecifiedEntityTermsEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
NONE
No Specified Entity is provided -
ANY_AFFILIATE
Any Affiliate is a Specified Entity. -
NAMED_SPECIFIED_ENTITY
@RosettaEnumValue("NamedSpecifiedEntity") public static final SpecifiedEntityTermsEnum NAMED_SPECIFIED_ENTITYThe Specified Entity is provided. -
MATERIAL_SUBSIDIARY
@RosettaEnumValue("MaterialSubsidiary") public static final SpecifiedEntityTermsEnum MATERIAL_SUBSIDIARYAny Material Subsidiary. -
OTHER_SPECIFIED_ENTITY
@RosettaEnumValue("OtherSpecifiedEntity") public static final SpecifiedEntityTermsEnum OTHER_SPECIFIED_ENTITYNon standard Specified Entity terms are provided.
-
-
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<SpecifiedEntityTermsEnum>
-
toDisplayString
-