Uses of Class
org.hibernate.jpamodelgen.xml.jaxb.EnumType

Packages that use EnumType
org.hibernate.jpamodelgen.xml.jaxb   
 

Uses of EnumType in org.hibernate.jpamodelgen.xml.jaxb
 

Fields in org.hibernate.jpamodelgen.xml.jaxb declared as EnumType
protected  EnumType Basic.enumerated
           
 

Methods in org.hibernate.jpamodelgen.xml.jaxb that return EnumType
static EnumType EnumType.fromValue(java.lang.String v)
           
 EnumType Basic.getEnumerated()
          Gets the value of the enumerated property.
static EnumType EnumType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static EnumType[] EnumType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.hibernate.jpamodelgen.xml.jaxb with parameters of type EnumType
 void Basic.setEnumerated(EnumType value)
          Sets the value of the enumerated property.
 



Copyright © 2009. All Rights Reserved.