com.adobe.flexbuilder.codemodel.definitions.metadata
Interface IMetaTag

All Superinterfaces:
IMetaAttribute
All Known Subinterfaces:
IAccessibilityTag, IDefaultPropertyTag, IEffectTag, IEventTag, IEventTriggerTag, IInspectableTag, IStyleTag, ITypedTag

public interface IMetaTag
extends IMetaAttribute

One IMetaAttribute corresponds to a single meta attribute (like [Event(name="click")]) that applies to a given class, interface, variable, or method


Field Summary
static java.lang.String SINGLE_VALUE
           
 
Method Summary
 java.lang.String getTagName()
          Get the name of this meta attribute (like Event or IconFile)
 java.lang.String getValue(java.lang.String value)
          Gets the value of the given attribute found on the tag
 
Methods inherited from interface com.adobe.flexbuilder.codemodel.definitions.IMetaAttribute
getDefaultValue, getName, getSingleValue, getValue
 

Field Detail

SINGLE_VALUE

public static final java.lang.String SINGLE_VALUE
See Also:
Constant Field Values
Method Detail

getTagName

public java.lang.String getTagName()
Get the name of this meta attribute (like Event or IconFile)

Returns:
meta attribute name

getValue

public java.lang.String getValue(java.lang.String value)
Gets the value of the given attribute found on the tag

Parameters:
value - the attribute value
Returns:
the value of said attribute, or null