Uses of Class
org.apache.openejb.jee.jpa.EnumType
-
Packages that use EnumType Package Description org.apache.openejb.jee.jpa Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of EnumType in org.apache.openejb.jee.jpa
Fields in org.apache.openejb.jee.jpa declared as EnumType Modifier and Type Field Description protected EnumTypeBasic. enumeratedprotected EnumTypeElementCollection. enumeratedprotected EnumTypeElementCollection. mapKeyEnumeratedprotected EnumTypeManyToMany. mapKeyEnumeratedprotected EnumTypeOneToMany. mapKeyEnumeratedMethods in org.apache.openejb.jee.jpa 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.apache.openejb.jee.jpa 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.
-