org.jboss.metadata.spi.retrieval
Interface MetaDataItem<T>

Type Parameters:
T - the item type
All Superinterfaces:
Item<T>
All Known Subinterfaces:
AnnotationItem<T>
All Known Implementing Classes:
AnnotationToMetaDataBridge, BasicAnnotationItem, BasicMetaDataItem, MetaDataToAnnotationBridge, SimpleAnnotationItem, SimpleMetaDataItem

public interface MetaDataItem<T>
extends Item<T>

MetaData Item

For the purposes of retrieval, two annotations are equal if they have the same name.

Version:
$Revision: 57133 $
Author:
Adrian Brock

Method Summary
 String getName()
          Get the name of the metadata
 
Methods inherited from interface org.jboss.metadata.spi.retrieval.Item
getValue, isCachable, isValid
 

Method Detail

getName

String getName()
Get the name of the metadata

Returns:
the name


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