Package cdm.product.collateral
Enum RatingPriorityResolutionEnum
- All Implemented Interfaces:
Serializable,Comparable<RatingPriorityResolutionEnum>
@RosettaEnum("RatingPriorityResolutionEnum")
public enum RatingPriorityResolutionEnum
extends Enum<RatingPriorityResolutionEnum>
Represents an enumeration list to identify which Collateral Criteria type should have priority over others. If set to 'Issuer', the rating in the
Issuer Criteria has priority or is used if there is no Asset criteria. If set to 'Asset', the rating in the Asset Criteria has priority or is used if there is no Issuer rating.
- Version:
- 7.0.0-dev.105
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDenotes that the Asset Criteria has priority.Denotes that average rating should be used if several criteria apply.Denotes that highest rating should be used if several criteria apply.Denotes that the Issuer Criteria has priority.Denotes that lowest rating should be used if several criteria apply. -
Method Summary
Modifier and TypeMethodDescriptionstatic RatingPriorityResolutionEnumfromDisplayName(String name) toString()static RatingPriorityResolutionEnumReturns the enum constant of this type with the specified name.static RatingPriorityResolutionEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
ISSUER
Denotes that the Issuer Criteria has priority. -
ASSET
Denotes that the Asset Criteria has priority. -
LOWEST
Denotes that lowest rating should be used if several criteria apply. -
HIGHEST
Denotes that highest rating should be used if several criteria apply. -
AVERAGE
Denotes that average rating should be used if several criteria apply.
-
-
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<RatingPriorityResolutionEnum>
-
toDisplayString
-