Uses of Class
net.sourceforge.nrl.parser.operators.XmlOperatorPersistence.LoadedVersion

Packages that use XmlOperatorPersistence.LoadedVersion
net.sourceforge.nrl.parser.operators Operator library management package. 
 

Uses of XmlOperatorPersistence.LoadedVersion in net.sourceforge.nrl.parser.operators
 

Methods in net.sourceforge.nrl.parser.operators that return XmlOperatorPersistence.LoadedVersion
 XmlOperatorPersistence.LoadedVersion XmlOperatorPersistence.load(File file)
          Deprecated. Load from a file - see XmlOperatorPersistence.load(Reader).
 XmlOperatorPersistence.LoadedVersion XmlOperatorPersistence.load(Reader reader)
          Deprecated. Load an operator XML file using a reader.
static XmlOperatorPersistence.LoadedVersion XmlOperatorPersistence.LoadedVersion.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static XmlOperatorPersistence.LoadedVersion[] XmlOperatorPersistence.LoadedVersion.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2006-2013. All Rights Reserved.