Enum SettledEntityMatrixSourceEnum

java.lang.Object
java.lang.Enum<SettledEntityMatrixSourceEnum>
cdm.product.asset.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 Details

    • CONFIRMATION_ANNEX

      @RosettaEnumValue("ConfirmationAnnex") public static final SettledEntityMatrixSourceEnum CONFIRMATION_ANNEX
      The 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

      @RosettaEnumValue("NotApplicable") public static final SettledEntityMatrixSourceEnum NOT_APPLICABLE
      The term is not applicable.
    • PUBLISHER

      @RosettaEnumValue("Publisher") public static final SettledEntityMatrixSourceEnum PUBLISHER
      The Settled Entity Matrix published by the Index Publisher.
  • Method Details

    • values

      public static SettledEntityMatrixSourceEnum[] 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

      public static SettledEntityMatrixSourceEnum valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • fromDisplayName

      public static SettledEntityMatrixSourceEnum fromDisplayName(String name)
    • toString

      public String toString()
      Overrides:
      toString in class Enum<SettledEntityMatrixSourceEnum>
    • toDisplayString

      public String toDisplayString()