Package cdm.base.staticdata.asset.common
Enum DepositaryReceiptTypeEnum
java.lang.Object
java.lang.Enum<DepositaryReceiptTypeEnum>
cdm.base.staticdata.asset.common.DepositaryReceiptTypeEnum
- All Implemented Interfaces:
Serializable,Comparable<DepositaryReceiptTypeEnum>
@RosettaEnum("DepositaryReceiptTypeEnum")
public enum DepositaryReceiptTypeEnum
extends Enum<DepositaryReceiptTypeEnum>
- Version:
- 7.0.0-dev.105
-
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionstatic DepositaryReceiptTypeEnumfromDisplayName(String name) toString()static DepositaryReceiptTypeEnumReturns the enum constant of this type with the specified name.static DepositaryReceiptTypeEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
ADR
American Depositary Receipts. Identifies a depositary receipt that are issued only by U.S. banks for foreign stocks that are traded on a U.S. exchange. -
GDR
Global Depositary Receipts. Identifies a depositary receipt that is listed on European and other international exchanges. -
IDR
Indian Depositary Receipts. Identifies a depositary receipt that are issued only by domestic depositories for foreign stocks that are traded on an Indian exchange. -
EDR
European Depositary Receipts. Identifies a depositary receipt that are issued only by European banks for foreign stocks that are traded on a European exchange.
-
-
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<DepositaryReceiptTypeEnum>
-
toDisplayString
-