Uses of Class
net.sf.magicproject.token.TrueFalseAuto

Packages that use TrueFalseAuto
net.sf.magicproject.clickable.ability Abilities. 
net.sf.magicproject.token Unclassed constants. 
 

Uses of TrueFalseAuto in net.sf.magicproject.clickable.ability
 

Constructors in net.sf.magicproject.clickable.ability with parameters of type TrueFalseAuto
AbstractAbility(java.lang.String name, MEventListener event, java.lang.String pictureName, java.util.List<Ability> linkedAbilities, TrueFalseAuto playAsSpell)
          Creates a new instance of AbstractAbility
 

Uses of TrueFalseAuto in net.sf.magicproject.token
 

Methods in net.sf.magicproject.token that return TrueFalseAuto
static TrueFalseAuto TrueFalseAuto.deserialize(java.io.InputStream input)
          Read and return the enum from the given inputstream.
static TrueFalseAuto TrueFalseAuto.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TrueFalseAuto TrueFalseAuto.valueOfXsd(java.lang.String xsdName)
          Return null of enum value corresponding to the given Xsd name.
static TrueFalseAuto[] TrueFalseAuto.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2003-2007 Magic-Project. All Rights Reserved.