Betty v1.1.0

Uses of Class
christophedelory.xml.Version

Packages that use Version
christophedelory.betty.xml The application XML objects definitions. 
christophedelory.xml General purpose helpers for Java-XML binding. 
 

Uses of Version in christophedelory.betty.xml
 

Methods in christophedelory.betty.xml that return Version
 Version XmlRoot.getVersion()
          Returns the associated version information, if any.
 Version Child.getVersion()
          Returns the associated version information, if any.
 

Methods in christophedelory.betty.xml with parameters of type Version
 void XmlRoot.setVersion(Version version)
          Initializes the associated version information.
 void Child.setVersion(Version version)
          Initializes the associated version information.
 

Uses of Version in christophedelory.xml
 

Fields in christophedelory.xml declared as Version
static Version Version.CURRENT
          The current version of this project.
 

Methods in christophedelory.xml that return Version
static Version Version.valueOf(String name)
          Builds a version information from the specified string.
 


© 2008-2009 Christophe Delory

Copyright © 2008-2009 Christophe Delory. All Rights Reserved.