Enum ApplicabilityOfElectionEnum
java.lang.Object
java.lang.Enum<ApplicabilityOfElectionEnum>
cdm.legaldocumentation.master.isla.ApplicabilityOfElectionEnum
- All Implemented Interfaces:
Serializable,Comparable<ApplicabilityOfElectionEnum>
@RosettaEnum("ApplicabilityOfElectionEnum")
public enum ApplicabilityOfElectionEnum
extends Enum<ApplicabilityOfElectionEnum>
The potential options for specifying whether a particular election applies in a GMSLA.
- Version:
- 7.0.0-dev.105
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe election is applicable.The election is not applicable.The applicability of the election has not been specified. -
Method Summary
Modifier and TypeMethodDescriptionstatic ApplicabilityOfElectionEnumfromDisplayName(String name) toString()static ApplicabilityOfElectionEnumReturns the enum constant of this type with the specified name.static ApplicabilityOfElectionEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
APPLICABLE
The election is applicable. -
NOT_APPLICABLE
The election is not applicable. -
NOT_SPECIFIED
The applicability of the election has not been specified.
-
-
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<ApplicabilityOfElectionEnum>
-
toDisplayString
-