Package cdm.base.staticdata.asset.common
Enum AssetTypeEnum
- All Implemented Interfaces:
Serializable,Comparable<AssetTypeEnum>
Represents an enumeration list to identify the asset type.
- Version:
- 7.0.0-dev.105
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionIdentifies cash in a currency form.Identifies basic good used in commerce that is interchangeable with other goods of the same type.Identifies an asset as a letter of credit or documentary credit/ bankers commercial credit.Identifies an asset as a listed derivative on an exchange.An asset that represents a loan or borrow obligation.Identifies other asset types.Identifies negotiable financial instrument of monetary value with an issue ownership position. -
Method Summary
Modifier and TypeMethodDescriptionstatic AssetTypeEnumfromDisplayName(String name) toString()static AssetTypeEnumReturns the enum constant of this type with the specified name.static AssetTypeEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
SECURITY
Identifies negotiable financial instrument of monetary value with an issue ownership position. -
CASH
Identifies cash in a currency form. -
COMMODITY
Identifies basic good used in commerce that is interchangeable with other goods of the same type. -
LISTED_DERIVATIVE
Identifies an asset as a listed derivative on an exchange. -
LOAN
An asset that represents a loan or borrow obligation. -
LETTER_OF_CREDIT
Identifies an asset as a letter of credit or documentary credit/ bankers commercial credit. A payment mechanism used in international trade to provide economic guarantee of payment by a creditworthy issuer for payment of exported goods. -
OTHER
Identifies other asset types.
-
-
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<AssetTypeEnum>
-
toDisplayString
-