Enum Class StratConPlayType

java.lang.Object
java.lang.Enum<StratConPlayType>
mekhq.campaign.digitalGM.stratCon.StratConPlayType
All Implemented Interfaces:
Serializable, Comparable<StratConPlayType>, Constable

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

  • Method Details

    • values

      public static StratConPlayType[] 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 StratConPlayType 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
    • getLookupName

      public String getLookupName()
    • getLabel

      public String getLabel()
    • getTooltip

      public String getTooltip()
    • fromLookupName

      public static StratConPlayType fromLookupName(String lookupName)
    • toString

      public String toString()
      Overrides:
      toString in class Enum<StratConPlayType>