Uses of Class
org.starhope.appius.game.intangible.EquipAs.Values

Packages that use EquipAs.Values
org.starhope.appius.game.intangible   
 

Uses of EquipAs.Values in org.starhope.appius.game.intangible
 

Fields in org.starhope.appius.game.intangible declared as EquipAs.Values
private  EquipAs.Values EquipAs.value
          The value that makes this act like a super-Enum
 

Methods in org.starhope.appius.game.intangible that return EquipAs.Values
 EquipAs.Values EquipAs.getValue()
           
static EquipAs.Values EquipAs.Values.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EquipAs.Values[] EquipAs.Values.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.starhope.appius.game.intangible with parameters of type EquipAs.Values
EquipAs(EquipAs.Values value)