|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EnumInfo | |
|---|---|
| org.jboss.reflect.plugins | Abstract extended reflection implementations. |
| org.jboss.reflect.plugins.javassist | |
| 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()
|
| Constructors in org.jboss.reflect.plugins with parameters of type EnumInfo | |
|---|---|
EnumConstantInfoImpl(String name,
EnumInfo declaring)
Create a new constant |
|
EnumConstantInfoImpl(String name,
EnumInfo declaring,
AnnotationValue[] annotations)
Create a new constant |
|
| Uses of EnumInfo in org.jboss.reflect.plugins.javassist |
|---|
| Classes in org.jboss.reflect.plugins.javassist that implement EnumInfo | |
|---|---|
class |
JavassistEnumInfo
|
| 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 | |||||||||