Uses of Class
org.hibernate.processor.xml.jaxb.EnumType
-
Packages that use EnumType Package Description org.hibernate.processor.xml.jaxb -
-
Uses of EnumType in org.hibernate.processor.xml.jaxb
Fields in org.hibernate.processor.xml.jaxb declared as EnumType Modifier and Type Field Description protected EnumTypeBasic. enumeratedprotected EnumTypeElementCollection. enumeratedprotected EnumTypeElementCollection. mapKeyEnumeratedprotected EnumTypeManyToMany. mapKeyEnumeratedprotected EnumTypeOneToMany. mapKeyEnumeratedMethods in org.hibernate.processor.xml.jaxb that return EnumType Modifier and Type Method Description static EnumTypeEnumType. fromValue(String v)EnumTypeBasic. getEnumerated()Gets the value of the enumerated property.EnumTypeElementCollection. getEnumerated()Gets the value of the enumerated property.EnumTypeElementCollection. getMapKeyEnumerated()Gets the value of the mapKeyEnumerated property.EnumTypeManyToMany. getMapKeyEnumerated()Gets the value of the mapKeyEnumerated property.EnumTypeOneToMany. getMapKeyEnumerated()Gets the value of the mapKeyEnumerated property.static EnumTypeEnumType. valueOf(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.processor.xml.jaxb with parameters of type EnumType Modifier and Type Method Description voidBasic. setEnumerated(EnumType value)Sets the value of the enumerated property.voidElementCollection. setEnumerated(EnumType value)Sets the value of the enumerated property.voidElementCollection. setMapKeyEnumerated(EnumType value)Sets the value of the mapKeyEnumerated property.voidManyToMany. setMapKeyEnumerated(EnumType value)Sets the value of the mapKeyEnumerated property.voidOneToMany. setMapKeyEnumerated(EnumType value)Sets the value of the mapKeyEnumerated property.
-