Package cdm.product.template
Enum 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 Summary
Enum ConstantsEnum ConstantDescriptionSpecifies that the Master Agreement defines the principal party to the trade that has the right to exercise.Specifies that both the option buyer and option seller has the right to exercise.Specifies that only the option buyer has the right to exercise.Specifies that only the option seller has the right to exercise. -
Method Summary
Modifier and TypeMethodDescriptionstatic ExerciseNoticeGiverEnumfromDisplayName(String name) toString()static ExerciseNoticeGiverEnumReturns the enum constant of this type with the specified name.static ExerciseNoticeGiverEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
BUYER
Specifies that only the option buyer has the right to exercise. -
SELLER
Specifies that only the option seller has the right to exercise. -
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_AGREEMENTSpecifies that the Master Agreement defines the principal party to the trade that has the right to exercise.
-
-
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<ExerciseNoticeGiverEnum>
-
toDisplayString
-