Uses of Class
org.jboss.lang.EnumImpl

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
<T extends EnumImpl<T>>
T[]
ClassRedirects.getEnumConstants(Class<T> enumType)
          Get the enumeration constants
static
<T extends EnumImpl<T>>
T
EnumImpl.valueOf(Class<T> enumType, String name)
          Obtain the Enum of enumType for the given name.
static
<T extends EnumImpl<T>>
T[]
EnumImpl.values(Class<T> enumType)
          Obtain the array of Enums for enumType.
 

Methods in org.jboss.lang that return EnumImpl
static
<T extends EnumImpl<T>>
T[]
ClassRedirects.getEnumConstants(Class<T> enumType)
          Get the enumeration constants
static
<T extends EnumImpl<T>>
T[]
EnumImpl.values(Class<T> enumType)
          Obtain the array of Enums for enumType.
 



Copyright © 2005-2007 JBoss, a division of Red Hat, Inc. All Rights Reserved.