Package cdm.observable.asset
Enum CreditNotationMismatchResolutionEnum
java.lang.Object
java.lang.Enum<CreditNotationMismatchResolutionEnum>
cdm.observable.asset.CreditNotationMismatchResolutionEnum
- All Implemented Interfaces:
Serializable,Comparable<CreditNotationMismatchResolutionEnum>
@RosettaEnum("CreditNotationMismatchResolutionEnum")
public enum CreditNotationMismatchResolutionEnum
extends Enum<CreditNotationMismatchResolutionEnum>
Represents and enumeration list to identify the characteritics of the rating if there are several agency issue ratings but not equivalent, reference will be made to label characteritics of the rating such as the lowest/highest available.
- Version:
- 5.30.0
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDenotes the average credit notation if several notations are listedDenotes the highest credit notation if several notations are listed.Denotes the lowest credit notation if several notations are listed.Denotes that a credit notation issued from a defined reference agency is used if several notations are listed.Denotes the second best credit notaiton if several notatons are listed -
Method Summary
Modifier and TypeMethodDescriptionfromDisplayName(String name) toString()Returns the enum constant of this type with the specified name.static CreditNotationMismatchResolutionEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
LOWEST
Denotes the lowest credit notation if several notations are listed. -
HIGHEST
Denotes the highest credit notation if several notations are listed. -
REFERENCE_AGENCY
@RosettaEnumValue("ReferenceAgency") public static final CreditNotationMismatchResolutionEnum REFERENCE_AGENCYDenotes that a credit notation issued from a defined reference agency is used if several notations are listed. -
AVERAGE
Denotes the average credit notation if several notations are listed -
SECOND_BEST
@RosettaEnumValue("SecondBest") public static final CreditNotationMismatchResolutionEnum SECOND_BESTDenotes the second best credit notaiton if several notatons are listed
-
-
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<CreditNotationMismatchResolutionEnum>
-
toDisplayString
-