|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.metadata.spi.retrieval.basic.BasicItem<Annotation[]>
org.jboss.metadata.spi.retrieval.basic.BasicAnnotationsItem
public class BasicAnnotationsItem
BasicAnnotationsItem.
Field Summary |
---|
Fields inherited from interface org.jboss.metadata.spi.retrieval.AnnotationsItem |
---|
NO_ANNOTATION_ITEMS |
Constructor Summary | |
---|---|
BasicAnnotationsItem(MetaDataLoader loader,
AnnotationItem<? extends Annotation>[] annotationItems)
Create a new BasicAnnotationsItem. |
Method Summary | |
---|---|
AnnotationItem<? extends Annotation>[] |
getAnnotations()
Get the annotations |
Annotation[] |
getValue()
Get the value |
boolean |
isCachable()
Whether the item is cachable |
boolean |
isValid()
Whether the value is valid |
Methods inherited from class org.jboss.metadata.spi.retrieval.basic.BasicItem |
---|
invalidate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BasicAnnotationsItem(MetaDataLoader loader, AnnotationItem<? extends Annotation>[] annotationItems)
loader
- the loaderannotationItems
- the annotation itemsMethod Detail |
---|
public Annotation[] getValue()
Item
getValue
in interface Item<Annotation[]>
public AnnotationItem<? extends Annotation>[] getAnnotations()
AnnotationsItem
getAnnotations
in interface AnnotationsItem
public boolean isCachable()
Item
isCachable
in interface Item<Annotation[]>
isCachable
in class BasicItem<Annotation[]>
public boolean isValid()
Item
isValid
in interface Item<Annotation[]>
isValid
in class BasicItem<Annotation[]>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |