Uses of Class
net.sourceforge.ccxjc.it.model.prot.collections.valueclass.persistence.orm.GeneratedValue

Packages that use GeneratedValue
net.sourceforge.ccxjc.it.model.prot.collections.valueclass.persistence.orm   
 

Uses of GeneratedValue in net.sourceforge.ccxjc.it.model.prot.collections.valueclass.persistence.orm
 

Fields in net.sourceforge.ccxjc.it.model.prot.collections.valueclass.persistence.orm declared as GeneratedValue
protected  GeneratedValue Id.generatedValue
           
 

Methods in net.sourceforge.ccxjc.it.model.prot.collections.valueclass.persistence.orm that return GeneratedValue
 GeneratedValue GeneratedValue.clone()
          Creates and returns a copy of this object.
protected static GeneratedValue ObjectFactory.copyOfGeneratedValue(GeneratedValue clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.collections.valueclass.persistence.orm.GeneratedValue instance.
 GeneratedValue ObjectFactory.createGeneratedValue()
          Create an instance of GeneratedValue
 GeneratedValue Id.getGeneratedValue()
          Gets the value of the generatedValue property.
 

Methods in net.sourceforge.ccxjc.it.model.prot.collections.valueclass.persistence.orm with parameters of type GeneratedValue
protected static GeneratedValue ObjectFactory.copyOfGeneratedValue(GeneratedValue clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.collections.valueclass.persistence.orm.GeneratedValue instance.
 void Id.setGeneratedValue(GeneratedValue value)
          Sets the value of the generatedValue property.
 

Constructors in net.sourceforge.ccxjc.it.model.prot.collections.valueclass.persistence.orm with parameters of type GeneratedValue
GeneratedValue(GeneratedValue o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.collections.valueclass.persistence.orm.GeneratedValue instance by copying a given instance.
 



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