|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MetaTagable
The common interface for API elements that may be tagged with metadata.
ASClassType
,
ASInterfaceType
,
ASField
,
ASMethod
Method Summary | |
---|---|
java.util.List |
getAllMetaTags()
Returns the (possibly empty) list of ASMetaTag objects attached to this API element. |
ASMetaTag |
getFirstMetatag(java.lang.String name)
Returns the ASMetaTag with the given name. |
java.util.List |
getMetaTagsWithName(java.lang.String name)
Returns a (possibly empty) list of ASMetaTag objects attached to this API element whose names match the given value. |
ASMetaTag |
newMetaTag(java.lang.String name)
Creates and returns a new ASMetaTag attached to this API element. |
Method Detail |
---|
ASMetaTag getFirstMetatag(java.lang.String name)
getMetaTagsWithName(String)
java.util.List getAllMetaTags()
java.util.List getMetaTagsWithName(java.lang.String name)
ASMetaTag newMetaTag(java.lang.String name)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |