|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EnumType | |
---|---|
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 | |
---|---|
protected EnumType |
Basic.enumerated
|
Methods in org.apache.openejb.jee.jpa 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.apache.openejb.jee.jpa with parameters of type EnumType | |
---|---|
void |
Basic.setEnumerated(EnumType value)
Sets the value of the enumerated property. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |