Package cdm.base.staticdata.asset.common
Enum CollateralizedObligationEnum
java.lang.Object
java.lang.Enum<CollateralizedObligationEnum>
cdm.base.staticdata.asset.common.CollateralizedObligationEnum
- All Implemented Interfaces:
Serializable,Comparable<CollateralizedObligationEnum>
@RosettaEnum("CollateralizedObligationEnum")
public enum CollateralizedObligationEnum
extends Enum<CollateralizedObligationEnum>
Specifies the type of Collateralized Obligation.
- Version:
- 7.0.0-dev.105
-
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionstatic CollateralizedObligationEnumfromDisplayName(String name) toString()static CollateralizedObligationEnumReturns the enum constant of this type with the specified name.static CollateralizedObligationEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
CDO
Collateralized Debt Obligation. -
CMO
Collateralized Mortgage Obligation. -
CLO
Collateralized Loan Obligation. -
CBO
Collateralized Bond Obligation.
-
-
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<CollateralizedObligationEnum>
-
toDisplayString
-