Enum SpecifiedEntityTermsEnum

java.lang.Object
java.lang.Enum<SpecifiedEntityTermsEnum>
cdm.legaldocumentation.common.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 Details

    • NONE

      @RosettaEnumValue("None") public static final SpecifiedEntityTermsEnum NONE
      No Specified Entity is provided
    • ANY_AFFILIATE

      @RosettaEnumValue("AnyAffiliate") public static final SpecifiedEntityTermsEnum ANY_AFFILIATE
      Any Affiliate is a Specified Entity.
    • NAMED_SPECIFIED_ENTITY

      @RosettaEnumValue("NamedSpecifiedEntity") public static final SpecifiedEntityTermsEnum NAMED_SPECIFIED_ENTITY
      The Specified Entity is provided.
    • MATERIAL_SUBSIDIARY

      @RosettaEnumValue("MaterialSubsidiary") public static final SpecifiedEntityTermsEnum MATERIAL_SUBSIDIARY
      Any Material Subsidiary.
    • OTHER_SPECIFIED_ENTITY

      @RosettaEnumValue("OtherSpecifiedEntity") public static final SpecifiedEntityTermsEnum OTHER_SPECIFIED_ENTITY
      Non standard Specified Entity terms are provided.
  • Method Details

    • values

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

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

      public String toDisplayString()