Enum Class DutyType

java.lang.Object
java.lang.Enum<DutyType>
gg.xp.xivdata.data.duties.DutyType
All Implemented Interfaces:
Serializable, Comparable<DutyType>, Constable

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

    • OTHER

      public static final DutyType OTHER
    • DUNGEON

      public static final DutyType DUNGEON
    • TRIAL

      public static final DutyType TRIAL
    • TRIAL_EX

      public static final DutyType TRIAL_EX
    • RAID

      public static final DutyType RAID
    • SAVAGE_RAID

      public static final DutyType SAVAGE_RAID
    • ULTIMATE

      public static final DutyType ULTIMATE
    • HUNT

      public static final DutyType HUNT
    • SOLO_INSTANCE

      public static final DutyType SOLO_INSTANCE
    • OPEN_WORLD

      public static final DutyType OPEN_WORLD
    • ALLIANCE_RAID

      public static final DutyType ALLIANCE_RAID
  • Method Details

    • values

      public static DutyType[] 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 DutyType 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
    • getName

      public String getName()