Enum CreditRatingOutlookEnum

java.lang.Object
java.lang.Enum<CreditRatingOutlookEnum>
cdm.observable.asset.CreditRatingOutlookEnum
All Implemented Interfaces:
Serializable, Comparable<CreditRatingOutlookEnum>

@RosettaEnum("CreditRatingOutlookEnum") public enum CreditRatingOutlookEnum extends Enum<CreditRatingOutlookEnum>
Represents the enumerated values to specify the credit rating outlook.
Version:
5.30.0
  • Enum Constant Details

    • POSITIVE

      @RosettaEnumValue("Positive") public static final CreditRatingOutlookEnum POSITIVE
      Denotes a rating may be raised.
    • NEGATIVE

      @RosettaEnumValue("Negative") public static final CreditRatingOutlookEnum NEGATIVE
      Denotes a rating may be lowered.
    • STABLE

      @RosettaEnumValue("Stable") public static final CreditRatingOutlookEnum STABLE
      Denotes a rating is not likely to change.
    • DEVELOPING

      @RosettaEnumValue("Developing") public static final CreditRatingOutlookEnum DEVELOPING
      Denotes a rating may be raised, lowered, or affirmed.
  • Method Details

    • values

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

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

      public String toDisplayString()