Enum ExerciseNoticeGiverEnum

java.lang.Object
java.lang.Enum<ExerciseNoticeGiverEnum>
cdm.product.template.ExerciseNoticeGiverEnum
All Implemented Interfaces:
Serializable, Comparable<ExerciseNoticeGiverEnum>

@RosettaEnum("ExerciseNoticeGiverEnum") public enum ExerciseNoticeGiverEnum extends Enum<ExerciseNoticeGiverEnum>
Defines the principal party to the trade that has the right to exercise.
Version:
5.30.0
  • Enum Constant Details

    • BUYER

      @RosettaEnumValue("Buyer") public static final ExerciseNoticeGiverEnum BUYER
      Specifies that only the option buyer has the right to exercise.
    • SELLER

      @RosettaEnumValue("Seller") public static final ExerciseNoticeGiverEnum SELLER
      Specifies that only the option seller has the right to exercise.
    • BOTH

      @RosettaEnumValue("Both") public static final ExerciseNoticeGiverEnum BOTH
      Specifies that both the option buyer and option seller has the right to exercise.
    • AS_SPECIFIED_IN_MASTER_AGREEMENT

      @RosettaEnumValue("AsSpecifiedInMasterAgreement") public static final ExerciseNoticeGiverEnum AS_SPECIFIED_IN_MASTER_AGREEMENT
      Specifies that the Master Agreement defines the principal party to the trade that has the right to exercise.
  • Method Details

    • values

      public static ExerciseNoticeGiverEnum[] 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 ExerciseNoticeGiverEnum 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 ExerciseNoticeGiverEnum fromDisplayName(String name)
    • toString

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

      public String toDisplayString()