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

Packages that use Value
org.jboss.reflect.plugins Abstract extended reflection implementations. 
org.jboss.reflect.spi Extended Reflection API. 
 

Uses of Value in org.jboss.reflect.plugins
 

Classes in org.jboss.reflect.plugins that implement Value
 class AnnotationValueImpl
          An annotation value
 class ArrayValueImpl
          Annotation value
 class ClassValueImpl
          Class value
 class EnumValueImpl
          An enumeration value
 class StringValueImpl
          A string value
 

Fields in org.jboss.reflect.plugins declared as Value
protected  Value AnnotationAttributeImpl.defaultValue
          The default value
protected  Value[] ArrayValueImpl.values
          The values
 

Methods in org.jboss.reflect.plugins that return Value
 Value AnnotationAttributeImpl.getDefaultValue()
           
 Value AnnotationValueImpl.getValue(String attributeName)
           
 Value[] ArrayValueImpl.getValues()
           
 

Constructors in org.jboss.reflect.plugins with parameters of type Value
AnnotationAttributeImpl(String name, TypeInfo type, Value defaultValue)
          Create a new AnnotationAttribute.
ArrayValueImpl(TypeInfo type, Value[] values)
          Create a new ArrayValue
 

Uses of Value in org.jboss.reflect.spi
 

Subinterfaces of Value in org.jboss.reflect.spi
 interface AnnotationValue
          An annotation value
 interface ArrayValue
          Array value
 interface ClassValue
          Class value
 interface EnumValue
          An enumeration value
 interface StringValue
          A string value
 

Classes in org.jboss.reflect.spi that implement Value
 class PrimitiveValue
          A primitive value
 

Methods in org.jboss.reflect.spi that return Value
 Value AnnotationAttribute.getDefaultValue()
          Get the default value
 Value AnnotationValue.getValue(String attributeName)
          Get an attribute value
 Value[] ArrayValue.getValues()
          Get the values
 



Copyright © 2004 JBoss Inc. All Rights Reserved.