Enum PKEventType

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

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

    • PKEventTypeGeneric

      public static final PKEventType PKEventTypeGeneric
    • PKEventTypeLivePerformance

      public static final PKEventType PKEventTypeLivePerformance
    • PKEventTypeMovie

      public static final PKEventType PKEventTypeMovie
    • PKEventTypeSports

      public static final PKEventType PKEventTypeSports
    • PKEventTypeConference

      public static final PKEventType PKEventTypeConference
    • PKEventTypeConvention

      public static final PKEventType PKEventTypeConvention
    • PKEventTypeWorkshop

      public static final PKEventType PKEventTypeWorkshop
    • PKEventTypeSocialGathering

      public static final PKEventType PKEventTypeSocialGathering
  • Method Details

    • values

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