org.jboss.beans.metadata.spi
Interface AnnotationAttributeMetaData

All Superinterfaces:
Cloneable, org.jboss.util.JBossInterface, MetaDataVisitorNode
All Known Implementing Classes:
AbstractAnnotationAttributeMetaData

public interface AnnotationAttributeMetaData
extends org.jboss.util.JBossInterface, MetaDataVisitorNode

Metadata about an annotation.

Version:
$Revision: 1.2 $
Author:
Adrian Brock

Method Summary
 String getName()
          Get the name
 ValueMetaData getValue()
          Get the value.
 
Methods inherited from interface org.jboss.util.JBossInterface
clone, toShortString, toShortString
 
Methods inherited from interface org.jboss.beans.metadata.spi.MetaDataVisitorNode
getChildren, visit
 

Method Detail

getName

String getName()
Get the name

Returns:
the name

getValue

ValueMetaData getValue()
Get the value.

Returns:
the value.


Copyright © 2004 JBoss Inc. All Rights Reserved.