Enum Class EnvironmentalAbandonmentOfSchemeEnum
java.lang.Object
java.lang.Enum<EnvironmentalAbandonmentOfSchemeEnum>
net.finmath.smartcontract.product.xml.EnvironmentalAbandonmentOfSchemeEnum
- All Implemented Interfaces:
Serializable
,Comparable<EnvironmentalAbandonmentOfSchemeEnum>
,Constable
Java class for EnvironmentalAbandonmentOfSchemeEnum.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="EnvironmentalAbandonmentOfSchemeEnum"> <restriction base="{http://www.w3.org/2001/XMLSchema}token"> <enumeration value="OptionA(1)"/> <enumeration value="OptionA(2)"/> <enumeration value="OptionB"/> <enumeration value="OptionC"/> </restriction> </simpleType>
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionAbandonment of Scheme constitutes an Additional Termination Event.Abandonment of Scheme entails no further obligations.The applicability of Abandonment of Scheme to Emissions Transactions is set forth in the applicable Confirmation.The applicability of Abandonment of Scheme does not apply. -
Method Summary
Modifier and TypeMethodDescriptionvalue()
Returns the enum constant of this class with the specified name.static EnvironmentalAbandonmentOfSchemeEnum[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
OPTION_A_1
Abandonment of Scheme constitutes an Additional Termination Event. -
OPTION_A_2
Abandonment of Scheme entails no further obligations. -
OPTION_B
The applicability of Abandonment of Scheme to Emissions Transactions is set forth in the applicable Confirmation. -
OPTION_C
The applicability of Abandonment of Scheme does not apply.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException
- if the argument is null
-
value
-
fromValue
-