|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EnumImpl | |
---|---|
org.jboss.lang |
Uses of EnumImpl in org.jboss.lang |
---|
Classes in org.jboss.lang with type parameters of type EnumImpl | |
---|---|
class |
EnumImpl<E extends EnumImpl<E>>
Mapping of the java.lang.Enum. |
Methods in org.jboss.lang with type parameters of type EnumImpl | ||
---|---|---|
static
|
ClassRedirects.getEnumConstants(Class<T> enumType)
Get the enumeration constants |
|
static
|
EnumImpl.valueOf(Class<T> enumType,
String name)
Obtain the Enum of enumType for the given name. |
|
static
|
EnumImpl.values(Class<T> enumType)
Obtain the array of Enums for enumType. |
Methods in org.jboss.lang that return EnumImpl | ||
---|---|---|
static
|
ClassRedirects.getEnumConstants(Class<T> enumType)
Get the enumeration constants |
|
static
|
EnumImpl.values(Class<T> enumType)
Obtain the array of Enums for enumType. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |