|
JBoss MetaData Repository 2.2.0.SP1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.metadata.spi.retrieval.helper.AnnotationToMetaDataBridge<T>
T
- the item typepublic class AnnotationToMetaDataBridge<T>
AnnotationToMetaDataBridge.
Constructor Summary | |
---|---|
AnnotationToMetaDataBridge(AnnotationItem<? extends Annotation> annotation)
Create a new AnnotationToMetaDataBridge. |
Method Summary | |
---|---|
String |
getName()
Get the name of the metadata |
T |
getValue()
Get the value |
boolean |
isCachable()
Whether the item is cachable |
boolean |
isValid()
Whether the value is valid |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AnnotationToMetaDataBridge(AnnotationItem<? extends Annotation> annotation)
annotation
- the annotationMethod Detail |
---|
public boolean isCachable()
Item
isCachable
in interface Item<T>
public boolean isValid()
Item
isValid
in interface Item<T>
public T getValue()
Item
getValue
in interface Item<T>
public String getName()
MetaDataItem
getName
in interface MetaDataItem<T>
|
JBoss MetaData Repository 2.2.0.SP1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |