|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EnumType | |
---|---|
org.jboss.shrinkwrap.descriptor.api.orm10 | Provides the interfaces and enumeration types as defined in the schema |
Uses of EnumType in org.jboss.shrinkwrap.descriptor.api.orm10 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.orm10 that return EnumType | |
---|---|
EnumType |
Basic.getEnumerated()
Returns the enumerated element |
static EnumType |
EnumType.getFromStringValue(String value)
|
static EnumType |
EnumType.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.jboss.shrinkwrap.descriptor.api.orm10 with parameters of type EnumType | |
---|---|
Basic<T> |
Basic.enumerated(EnumType enumerated)
Sets the enumerated element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |