org.jboss.reflect.spi
Interface AnnotationValue

All Superinterfaces:
Value
All Known Implementing Classes:
AnnotationValueImpl

public interface AnnotationValue
extends Value

An annotation value

Author:
Bill Burke, Adrian Brock

Method Summary
 AnnotationInfo getAnnotationType()
          Get the annotation type
 Value getValue(String attributeName)
          Get an attribute value
 
Methods inherited from interface org.jboss.reflect.spi.Value
getType
 

Method Detail

getAnnotationType

public AnnotationInfo getAnnotationType()
Get the annotation type

Returns:
the annotation type

getValue

public Value getValue(String attributeName)
Get an attribute value

Parameters:
attributeName - the attribute name
Returns:
the value


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