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

Packages that use AbstractValue
net.sf.magicproject.token Unclassed constants. 
 

Uses of AbstractValue in net.sf.magicproject.token
 

Methods in net.sf.magicproject.token that return AbstractValue
static AbstractValue AbstractValue.deserialize(java.io.InputStream input)
          Read and return the enum from the given inputstream.
static AbstractValue AbstractValue.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AbstractValue AbstractValue.valueOfXsd(java.lang.String xsdName)
          Return null of enum value corresponding to the given Xsd name.
static AbstractValue[] AbstractValue.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.