Uses of Interface
net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.persistence.orm.OneToOne

Packages that use OneToOne
net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.persistence.orm   
net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.persistence.orm.impl   
 

Uses of OneToOne in net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.persistence.orm
 

Methods in net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.persistence.orm that return OneToOne
 OneToOne ObjectFactory.createOneToOne()
          Create an instance of OneToOne
 OneToOne[] Attributes.getOneToOne()
           
 OneToOne Attributes.getOneToOne(int idx)
           
 OneToOne Attributes.setOneToOne(int idx, OneToOne value)
           
 

Methods in net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.persistence.orm with parameters of type OneToOne
 OneToOne Attributes.setOneToOne(int idx, OneToOne value)
           
 void Attributes.setOneToOne(OneToOne[] values)
           
 

Uses of OneToOne in net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.persistence.orm.impl
 

Classes in net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.persistence.orm.impl that implement OneToOne
 class OneToOneImpl
           
 

Fields in net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.persistence.orm.impl declared as OneToOne
protected  OneToOne[] AttributesImpl.oneToOne
           
 

Methods in net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.persistence.orm.impl that return OneToOne
 OneToOne[] AttributesImpl.getOneToOne()
           
 OneToOne AttributesImpl.getOneToOne(int idx)
           
 OneToOne AttributesImpl.setOneToOne(int idx, OneToOne value)
           
 

Methods in net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.persistence.orm.impl with parameters of type OneToOne
protected  void AttributesImpl.copyOneToOne(OneToOne[] source)
          Copies all values of property OneToOne.
 OneToOne AttributesImpl.setOneToOne(int idx, OneToOne value)
           
 void AttributesImpl.setOneToOne(OneToOne[] values)
           
 



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