Uses of Class
net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.persistence.orm.Attributes

Packages that use Attributes
net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.persistence.orm   
 

Uses of Attributes in net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.persistence.orm
 

Fields in net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.persistence.orm declared as Attributes
protected  Attributes MappedSuperclass.attributes
           
protected  Attributes Entity.attributes
           
 

Methods in net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.persistence.orm that return Attributes
 Attributes Attributes.clone()
          Creates and returns a copy of this object.
 Attributes ObjectFactory.createAttributes()
          Create an instance of Attributes
 Attributes MappedSuperclass.getAttributes()
          Gets the value of the attributes property.
 Attributes Entity.getAttributes()
          Gets the value of the attributes property.
 

Methods in net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.persistence.orm with parameters of type Attributes
 void MappedSuperclass.setAttributes(Attributes value)
          Sets the value of the attributes property.
 void Entity.setAttributes(Attributes value)
          Sets the value of the attributes property.
 

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



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