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

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

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

Fields in net.sourceforge.ccxjc.it.model.prot.collections.valueclass.persistence.orm with type parameters of type Basic
protected  List<Basic> EmbeddableAttributes.basic
           
protected  List<Basic> Attributes.basic
           
 

Methods in net.sourceforge.ccxjc.it.model.prot.collections.valueclass.persistence.orm that return Basic
 Basic Basic.clone()
          Creates and returns a copy of this object.
protected static Basic ObjectFactory.copyOfBasic(Basic clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.collections.valueclass.persistence.orm.Basic instance.
 Basic ObjectFactory.createBasic()
          Create an instance of Basic
 

Methods in net.sourceforge.ccxjc.it.model.prot.collections.valueclass.persistence.orm that return types with arguments of type Basic
 List<Basic> EmbeddableAttributes.getBasic()
          Gets the value of the basic property.
 List<Basic> Attributes.getBasic()
          Gets the value of the basic property.
 

Methods in net.sourceforge.ccxjc.it.model.prot.collections.valueclass.persistence.orm with parameters of type Basic
protected static Basic ObjectFactory.copyOfBasic(Basic clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.collections.valueclass.persistence.orm.Basic instance.
 

Method parameters in net.sourceforge.ccxjc.it.model.prot.collections.valueclass.persistence.orm with type arguments of type Basic
protected static void EmbeddableAttributes.copyBasic(List<Basic> source, List<Basic> target)
          Copies all values of property Basic.
protected static void EmbeddableAttributes.copyBasic(List<Basic> source, List<Basic> target)
          Copies all values of property Basic.
protected static void Attributes.copyBasic(List<Basic> source, List<Basic> target)
          Copies all values of property Basic.
protected static void Attributes.copyBasic(List<Basic> source, List<Basic> target)
          Copies all values of property Basic.
 

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



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