Enum SpecifiedEntityClauseEnum

java.lang.Object
java.lang.Enum<SpecifiedEntityClauseEnum>
cdm.legaldocumentation.common.SpecifiedEntityClauseEnum
All Implemented Interfaces:
Serializable, Comparable<SpecifiedEntityClauseEnum>

@RosettaEnum("SpecifiedEntityClauseEnum") public enum SpecifiedEntityClauseEnum extends Enum<SpecifiedEntityClauseEnum>
The enumerated values to specify the Event of Default or Termination event for which Specified Entities terms are being defined.
Version:
5.30.0
  • Enum Constant Details

    • DEFAULT_UNDER_SPECIFIED_TRANSACTION

      @RosettaEnumValue("DefaultUnderSpecifiedTransaction") public static final SpecifiedEntityClauseEnum DEFAULT_UNDER_SPECIFIED_TRANSACTION
    • CROSS_DEFAULT

      @RosettaEnumValue("CrossDefault") public static final SpecifiedEntityClauseEnum CROSS_DEFAULT
    • BANKRUPTCY

      @RosettaEnumValue("Bankruptcy") public static final SpecifiedEntityClauseEnum BANKRUPTCY
    • CREDIT_EVENT_UPON_MERGER

      @RosettaEnumValue("CreditEventUponMerger") public static final SpecifiedEntityClauseEnum CREDIT_EVENT_UPON_MERGER
  • Method Details

    • values

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

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

      public String toDisplayString()