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
 

Methods in org.starhope.appius.game.intangible that return EquipAs.Values
 EquipAs.Values EquipAs.getValue()
           
static EquipAs.Values EquipAs.Values.valueOf(java.lang.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 value1)