Enum Class SubTab.QuestList

java.lang.Object
java.lang.Enum<SubTab.QuestList>
org.rspeer.game.component.tdi.SubTab.QuestList
All Implemented Interfaces:
Serializable, Comparable<SubTab.QuestList>, Constable, SubTab, TDI
Enclosing interface:
SubTab

public static enum SubTab.QuestList extends Enum<SubTab.QuestList> implements SubTab
  • Enum Constant Details

  • Method Details

    • values

      public static SubTab.QuestList[] 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 SubTab.QuestList 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
    • getParent

      public Tab getParent()
      Specified by:
      getParent in interface SubTab
      Specified by:
      getParent in interface TDI
    • getComponent

      public InterfaceComponent getComponent()
      Specified by:
      getComponent in interface TDI
    • getVarComposite

      public VarComposite getVarComposite()
      Specified by:
      getVarComposite in interface SubTab
    • getIndex

      public int getIndex()
      Specified by:
      getIndex in interface SubTab
    • toString

      public String toString()
      Overrides:
      toString in class Enum<SubTab.QuestList>