Package cdm.product.asset
Enum SettledEntityMatrixSourceEnum
- All Implemented Interfaces:
Serializable,Comparable<SettledEntityMatrixSourceEnum>
@RosettaEnum("SettledEntityMatrixSourceEnum")
public enum SettledEntityMatrixSourceEnum
extends Enum<SettledEntityMatrixSourceEnum>
The enumerated values to specify the relevant settled entity matrix source.
- Version:
- 5.30.0
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe Relevant Settled Entity Matrix shall be the list agreed for this purpose by the parties.The term is not applicable.The Settled Entity Matrix published by the Index Publisher. -
Method Summary
Modifier and TypeMethodDescriptionfromDisplayName(String name) toString()Returns the enum constant of this type with the specified name.static SettledEntityMatrixSourceEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
CONFIRMATION_ANNEX
@RosettaEnumValue("ConfirmationAnnex") public static final SettledEntityMatrixSourceEnum CONFIRMATION_ANNEXThe Relevant Settled Entity Matrix shall be the list agreed for this purpose by the parties. The list is not included as part of the electronic confirmation. -
NOT_APPLICABLE
The term is not applicable. -
PUBLISHER
The Settled Entity Matrix published by the Index Publisher.
-
-
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<SettledEntityMatrixSourceEnum>
-
toDisplayString
-