Package cdm.base.staticdata.party
Enum EntityTypeEnum
- All Implemented Interfaces:
Serializable,Comparable<EntityTypeEnum>
The enumerated values to specify the reference entity types corresponding to a list of types defined in the ISDA First to Default documentation.
- Version:
- 5.30.0
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionEntity Type of Asian.Entity Type of Australian and New Zealand.Entity Type of European Emerging Markets.Entity Type of Japanese.Entity Type of North American High Yield.Entity Type of North American Insurance.Entity Type of North American Investment Grade.Entity Type of Singaporean.Entity Type of Western European.Entity Type of Western European Insurance. -
Method Summary
Modifier and TypeMethodDescriptionstatic EntityTypeEnumfromDisplayName(String name) toString()static EntityTypeEnumReturns the enum constant of this type with the specified name.static EntityTypeEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
ASIAN
Entity Type of Asian. -
AUSTRALIAN_AND_NEW_ZEALAND
@RosettaEnumValue("AustralianAndNewZealand") public static final EntityTypeEnum AUSTRALIAN_AND_NEW_ZEALANDEntity Type of Australian and New Zealand. -
EUROPEAN_EMERGING_MARKETS
@RosettaEnumValue("EuropeanEmergingMarkets") public static final EntityTypeEnum EUROPEAN_EMERGING_MARKETSEntity Type of European Emerging Markets. -
JAPANESE
Entity Type of Japanese. -
NORTH_AMERICAN_HIGH_YIELD
@RosettaEnumValue("NorthAmericanHighYield") public static final EntityTypeEnum NORTH_AMERICAN_HIGH_YIELDEntity Type of North American High Yield. -
NORTH_AMERICAN_INSURANCE
@RosettaEnumValue("NorthAmericanInsurance") public static final EntityTypeEnum NORTH_AMERICAN_INSURANCEEntity Type of North American Insurance. -
NORTH_AMERICAN_INVESTMENT_GRADE
@RosettaEnumValue("NorthAmericanInvestmentGrade") public static final EntityTypeEnum NORTH_AMERICAN_INVESTMENT_GRADEEntity Type of North American Investment Grade. -
SINGAPOREAN
Entity Type of Singaporean. -
WESTERN_EUROPEAN
Entity Type of Western European. -
WESTERN_EUROPEAN_INSURANCE
@RosettaEnumValue("WesternEuropeanInsurance") public static final EntityTypeEnum WESTERN_EUROPEAN_INSURANCEEntity Type of Western European Insurance.
-
-
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<EntityTypeEnum>
-
toDisplayString
-