|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EnumInfo | |
org.jboss.reflect.plugins | Abstract extended reflection implementations. |
org.jboss.reflect.spi | Extended Reflection API. |
Uses of EnumInfo in org.jboss.reflect.plugins |
Classes in org.jboss.reflect.plugins that implement EnumInfo | |
class |
EnumInfoImpl
Enumeration info |
Fields in org.jboss.reflect.plugins declared as EnumInfo | |
protected EnumInfo |
EnumConstantInfoImpl.declaring
The enumeration |
Methods in org.jboss.reflect.plugins that return EnumInfo | |
EnumInfo |
EnumConstantInfoImpl.getDeclaring()
Get the declaring enumeration |
Constructors in org.jboss.reflect.plugins with parameters of type EnumInfo | |
EnumConstantInfoImpl(String name,
EnumInfo declaring)
Create a new constant |
Uses of EnumInfo in org.jboss.reflect.spi |
Methods in org.jboss.reflect.spi that return EnumInfo | |
EnumInfo |
EnumConstantInfo.getDeclaring()
Get the declaring enumeration |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |