Package de.mtg.jzlint

Enum Class IneffectiveDate

java.lang.Object
java.lang.Enum<IneffectiveDate>
de.mtg.jzlint.IneffectiveDate
All Implemented Interfaces:
Serializable, Comparable<IneffectiveDate>, Constable

public enum IneffectiveDate extends Enum<IneffectiveDate>
  • Enum Constant Details

    • EMPTY

      public static final IneffectiveDate EMPTY
    • CABFBRs_1_6_2_Date

      public static final IneffectiveDate CABFBRs_1_6_2_Date
    • CABFBRs_1_7_1_Date

      public static final IneffectiveDate CABFBRs_1_7_1_Date
    • CABFBRs_1_8_0_Date

      public static final IneffectiveDate CABFBRs_1_8_0_Date
    • SC62_EFFECTIVE_DATE

      public static final IneffectiveDate SC62_EFFECTIVE_DATE
    • CABFBRS_1_6_2_UNDERSCORE_PERMISSIBILITY_SUNSET_DATE

      public static final IneffectiveDate CABFBRS_1_6_2_UNDERSCORE_PERMISSIBILITY_SUNSET_DATE
  • Method Details

    • values

      public static IneffectiveDate[] 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

      public static IneffectiveDate valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • getZonedDateTime

      public ZonedDateTime getZonedDateTime()