Uses of Interface
net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.persistence.orm.Version

Packages that use Version
net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.persistence.orm   
net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.persistence.orm.impl   
 

Uses of Version in net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.persistence.orm
 

Methods in net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.persistence.orm that return Version
 Version ObjectFactory.createVersion()
          Create an instance of Version
 

Methods in net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.persistence.orm that return types with arguments of type Version
 List<Version> Attributes.getVersion()
          Gets the value of the version property.
 

Uses of Version in net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.persistence.orm.impl
 

Classes in net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.persistence.orm.impl that implement Version
 class VersionImpl
           
 

Fields in net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.persistence.orm.impl with type parameters of type Version
protected  List<Version> AttributesImpl.version
           
 

Methods in net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.persistence.orm.impl that return types with arguments of type Version
 List<Version> AttributesImpl.getVersion()
           
 

Method parameters in net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.persistence.orm.impl with type arguments of type Version
static void AttributesImpl.copyVersion(List<Version> source, List<Version> target)
          Copies all values of property Version.
static void AttributesImpl.copyVersion(List<Version> source, List<Version> target)
          Copies all values of property Version.
 



Copyright © 2009 The CC-XJC Community. All Rights Reserved.