Uses of Class
org.jboss.reflect.plugins.EnumConstantInfoImpl

Packages that use EnumConstantInfoImpl
org.jboss.reflect.plugins Abstract extended reflection implementations. 
org.jboss.reflect.plugins.javassist   
 

Uses of EnumConstantInfoImpl in org.jboss.reflect.plugins
 

Fields in org.jboss.reflect.plugins declared as EnumConstantInfoImpl
protected  EnumConstantInfoImpl[] EnumInfoImpl.enumConstants
          Enumeration constants
 

Methods in org.jboss.reflect.plugins with parameters of type EnumConstantInfoImpl
 void EnumInfoImpl.setEnumConstants(EnumConstantInfoImpl[] enumConstants)
          Set the enumeration constants
 

Uses of EnumConstantInfoImpl in org.jboss.reflect.plugins.javassist
 

Fields in org.jboss.reflect.plugins.javassist declared as EnumConstantInfoImpl
protected  EnumConstantInfoImpl[] JavassistEnumInfo.enumConstants
          Enumeration constants
 

Methods in org.jboss.reflect.plugins.javassist with parameters of type EnumConstantInfoImpl
 void JavassistEnumInfo.setEnumConstants(EnumConstantInfoImpl[] enumConstants)
          Set the enumeration constants
 



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