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
 

Fields in org.jboss.reflect.plugins with type parameters of type Value
protected  HashMap<String,Value> AnnotationValueImpl.attributeValues
          The attribute values
 

Methods in org.jboss.reflect.plugins that return Value
static Value AnnotationValueFactory.createValue(AnnotationHelper annotationHelper, TypeInfo type, Object value)
           
 Value AnnotationAttributeImpl.getDefaultValue()
           
 Value AnnotationValueImpl.getValue(String attributeName)
           
 Value[] ArrayValueImpl.getValues()
           
 

Methods in org.jboss.reflect.plugins that return types with arguments of type Value
 Map<String,Value> AnnotationValueImpl.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
 

Constructor parameters in org.jboss.reflect.plugins with type arguments of type Value
AnnotationValueImpl(AnnotationInfo annotationType, HashMap<String,Value> attributeValues)
          Deprecated. 
AnnotationValueImpl(AnnotationInfo annotationType, HashMap<String,Value> attributeValues, Annotation underlying)
          Create a new Annotation value
 

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 AbstractValue
          AbstractValue.
 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
 

Methods in org.jboss.reflect.spi that return types with arguments of type Value
 Map<String,Value> AnnotationValue.getValues()
          Get the values
 



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