Uses of Class
net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.persistence.orm.DiscriminatorType

Packages that use DiscriminatorType
net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.persistence.orm   
net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.persistence.orm.impl   
 

Uses of DiscriminatorType in net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.persistence.orm
 

Methods in net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.persistence.orm that return DiscriminatorType
static DiscriminatorType DiscriminatorType.fromValue(String v)
           
 DiscriminatorType DiscriminatorColumn.getDiscriminatorType()
          Gets the value of the discriminatorType property.
static DiscriminatorType DiscriminatorType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DiscriminatorType[] DiscriminatorType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.persistence.orm with parameters of type DiscriminatorType
 void DiscriminatorColumn.setDiscriminatorType(DiscriminatorType value)
          Sets the value of the discriminatorType property.
 

Uses of DiscriminatorType in net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.persistence.orm.impl
 

Fields in net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.persistence.orm.impl declared as DiscriminatorType
protected  DiscriminatorType DiscriminatorColumnImpl.discriminatorType
           
 

Methods in net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.persistence.orm.impl that return DiscriminatorType
 DiscriminatorType DiscriminatorColumnImpl.getDiscriminatorType()
           
 

Methods in net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.persistence.orm.impl with parameters of type DiscriminatorType
 void DiscriminatorColumnImpl.setDiscriminatorType(DiscriminatorType value)
           
 



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