Enum Class PullStatus

java.lang.Object
java.lang.Enum<PullStatus>
gg.xp.xivsupport.events.misc.pulls.PullStatus
All Implemented Interfaces:
Serializable, Comparable<PullStatus>, Constable

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

    • PRE_PULL

      public static final PullStatus PRE_PULL
    • COMBAT

      public static final PullStatus COMBAT
    • WIPED

      public static final PullStatus WIPED
    • LEFT_ZONE

      public static final PullStatus LEFT_ZONE
    • MANUAL_END

      public static final PullStatus MANUAL_END
    • VICTORY

      public static final PullStatus VICTORY
  • Method Details

    • values

      public static PullStatus[] 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 PullStatus 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
    • getFriendlyName

      public String getFriendlyName()