|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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[] |
ArrayValueImpl.values
The values |
protected Value |
AnnotationAttributeImpl.defaultValue
The default value |
Methods in org.jboss.reflect.plugins that return Value | |
Value[] |
ArrayValueImpl.getValues()
|
Value |
AnnotationAttributeImpl.getDefaultValue()
|
Value |
AnnotationValueImpl.getValue(String attributeName)
|
Constructors in org.jboss.reflect.plugins with parameters of type Value | |
ArrayValueImpl(TypeInfo type,
Value[] values)
Create a new ArrayValue |
|
AnnotationAttributeImpl(String name,
TypeInfo type,
Value defaultValue)
Create a new AnnotationAttribute. |
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 |
AnnotationValue.getValue(String attributeName)
Get an attribute value |
Value[] |
ArrayValue.getValues()
Get the values |
Value |
AnnotationAttribute.getDefaultValue()
Get the default value |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |