com.adobe.flexbuilder.codemodel.indices
Interface ITagAttribute

All Superinterfaces:
java.lang.Comparable, ITagAdapter
All Known Subinterfaces:
ITagEffectAttribute, ITagEventAttribute, ITagInspectableAttribute, ITagStyleAttribute

public interface ITagAttribute
extends java.lang.Comparable, ITagAdapter

Information about an attribute of a component or special tag (like XML or Script). Attributes generated by metadata attributes in source code will implement sub-interfaces ITagInspectableAttribute, ITagStyleAttribute, ITagEventAttribute, or ITagEffectAttribute.


Method Summary
 java.lang.String[] getDefaultValues()
          Gets the default values
 java.lang.String getName()
          Returns the name of the tag attribute
 boolean isActionScript()
          Returns true if the attribute value is ActionScript (which is true when the attribute is an event, or something special like mx:Binding/source).
 
Methods inherited from interface java.lang.Comparable
compareTo
 
Methods inherited from interface com.adobe.flexbuilder.codemodel.indices.ITagAdapter
getTagName
 

Method Detail

getName

public java.lang.String getName()
Returns the name of the tag attribute

Returns:
The name of the tag attribute

getDefaultValues

public java.lang.String[] getDefaultValues()
Gets the default values

Returns:
The default values of the tag attribute

isActionScript

public boolean isActionScript()
Returns true if the attribute value is ActionScript (which is true when the attribute is an event, or something special like mx:Binding/source).

Returns:
true if the attribute value is ActionScript