Enum NotRatedByEnum

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

@RosettaEnum("NotRatedByEnum") public enum NotRatedByEnum extends Enum<NotRatedByEnum>
The enumerated values applicable to define the what conditions apply to trigger a Not Rated condition.
Version:
6.19.0
  • Enum Constant Details

    • ALL

      @RosettaEnumValue("All") public static final NotRatedByEnum ALL
      No rating is available for the Party for any of the stated Rating Agencies.
    • ONE

      @RosettaEnumValue("One") public static final NotRatedByEnum ONE
      No rating is available for the Party for any one of the stated Rating Agencies.
    • TWO

      @RosettaEnumValue("Two") public static final NotRatedByEnum TWO
      No rating is available for the Party for any two of the stated Rating Agencies.
  • Method Details

    • values

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

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

      public String toDisplayString()