Uses of Class
org.hibernate.internal.jaxb.mapping.orm.JaxbEnumType

Packages that use JaxbEnumType
org.hibernate.internal.jaxb.mapping.orm   
 

Uses of JaxbEnumType in org.hibernate.internal.jaxb.mapping.orm
 

Fields in org.hibernate.internal.jaxb.mapping.orm declared as JaxbEnumType
protected  JaxbEnumType JaxbElementCollection.enumerated
           
protected  JaxbEnumType JaxbBasic.enumerated
           
protected  JaxbEnumType JaxbElementCollection.mapKeyEnumerated
           
protected  JaxbEnumType JaxbManyToMany.mapKeyEnumerated
           
protected  JaxbEnumType JaxbOneToMany.mapKeyEnumerated
           
 

Methods in org.hibernate.internal.jaxb.mapping.orm that return JaxbEnumType
static JaxbEnumType JaxbEnumType.fromValue(String v)
           
 JaxbEnumType JaxbElementCollection.getEnumerated()
          Gets the value of the enumerated property.
 JaxbEnumType JaxbBasic.getEnumerated()
          Gets the value of the enumerated property.
 JaxbEnumType JaxbElementCollection.getMapKeyEnumerated()
          Gets the value of the mapKeyEnumerated property.
 JaxbEnumType JaxbManyToMany.getMapKeyEnumerated()
          Gets the value of the mapKeyEnumerated property.
 JaxbEnumType JaxbOneToMany.getMapKeyEnumerated()
          Gets the value of the mapKeyEnumerated property.
static JaxbEnumType JaxbEnumType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static JaxbEnumType[] JaxbEnumType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.hibernate.internal.jaxb.mapping.orm with parameters of type JaxbEnumType
 void JaxbElementCollection.setEnumerated(JaxbEnumType value)
          Sets the value of the enumerated property.
 void JaxbBasic.setEnumerated(JaxbEnumType value)
          Sets the value of the enumerated property.
 void JaxbElementCollection.setMapKeyEnumerated(JaxbEnumType value)
          Sets the value of the mapKeyEnumerated property.
 void JaxbManyToMany.setMapKeyEnumerated(JaxbEnumType value)
          Sets the value of the mapKeyEnumerated property.
 void JaxbOneToMany.setMapKeyEnumerated(JaxbEnumType value)
          Sets the value of the mapKeyEnumerated property.
 



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.