Enum PKDateStyle

java.lang.Object
java.lang.Enum<PKDateStyle>
de.brendamour.jpasskit.enums.PKDateStyle
All Implemented Interfaces:
Serializable, Comparable<PKDateStyle>, java.lang.constant.Constable

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

    • PKDateStyleNone

      public static final PKDateStyle PKDateStyleNone
    • PKDateStyleShort

      public static final PKDateStyle PKDateStyleShort
    • PKDateStyleMedium

      public static final PKDateStyle PKDateStyleMedium
    • PKDateStyleLong

      public static final PKDateStyle PKDateStyleLong
    • PKDateStyleFull

      public static final PKDateStyle PKDateStyleFull
  • Method Details

    • values

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