JBoss Reflection 2.2.1.SP1

Uses of Interface
org.jboss.reflect.spi.EnumInfo

Packages that use EnumInfo
org.jboss.reflect.plugins Abstract extended reflection implementations. 
org.jboss.reflect.plugins.bytecode   
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.bytecode
 

Classes in org.jboss.reflect.plugins.bytecode that implement EnumInfo
 class BytecodeEnumInfo
           
 

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
 


JBoss Reflection 2.2.1.SP1

Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.