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 Details

    • APPLICABLE

      @RosettaEnumValue("Applicable") public static final ApplicabilityOfElectionEnum APPLICABLE
      The election is applicable.
    • NOT_APPLICABLE

      @RosettaEnumValue("NotApplicable") public static final ApplicabilityOfElectionEnum NOT_APPLICABLE
      The election is not applicable.
    • NOT_SPECIFIED

      @RosettaEnumValue("NotSpecified") public static final ApplicabilityOfElectionEnum NOT_SPECIFIED
      The applicability of the election has not been specified.
  • Method Details

    • values

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

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

      public String toDisplayString()