Uses of Class
net.sourceforge.jpaxjc.ns.persistence.orm.DiscriminatorType

Packages that use DiscriminatorType
net.sourceforge.jpaxjc.ns.persistence.orm This package contains JAXB 2.1 classes for the http://java.sun.com/xml/ns/persistence/orm namespace. 
 

Uses of DiscriminatorType in net.sourceforge.jpaxjc.ns.persistence.orm
 

Fields in net.sourceforge.jpaxjc.ns.persistence.orm declared as DiscriminatorType
protected  DiscriminatorType DiscriminatorColumn.discriminatorType
           
 

Methods in net.sourceforge.jpaxjc.ns.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.jpaxjc.ns.persistence.orm with parameters of type DiscriminatorType
 void DiscriminatorColumn.setDiscriminatorType(DiscriminatorType value)
          Sets the value of the discriminatorType property.
 



Copyright © 2009-2010 The JPA-XJC Community. All Rights Reserved.