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

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
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.