|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Represents a collection of IMetaTag objects that decorate a specific IType
| Method Summary | |
IMetaTag[] |
getAllTags()
Returns all the IMetaTag objects as an array |
IMetaTag |
getTagByName(java.lang.String name)
Returns the first IMetaTag matching the given name |
IMetaTag[] |
getTagsByName(java.lang.String name)
Gets all the IMetaTag objects that match the given name |
boolean |
hasTagByName(java.lang.String name)
Determines if a specific IMetaTag exists in this collection |
| Methods inherited from interface com.adobe.flexbuilder.codemodel.definitions.IMetaAttributes |
getAllMetaAttributes, getFirstMetaAttributeByName, getMetaAttributesByName |
| Method Detail |
public IMetaTag[] getTagsByName(java.lang.String name)
IMetaTag objects that match the given name
name - the name to match, such as Event, Style, IconFile, etc
IMetaTag objects or nullpublic IMetaTag[] getAllTags()
IMetaTag objects as an array
public boolean hasTagByName(java.lang.String name)
IMetaTag exists in this collection
name - the name of the tag
public IMetaTag getTagByName(java.lang.String name)
IMetaTag matching the given name
name - the name to search for
IMetaTag or null
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||