com.adobe.flexbuilder.codemodel.indices
Interface ITagInspectableAttribute

All Superinterfaces:
java.lang.Comparable, ITagAdapter, ITagAttribute

public interface ITagInspectableAttribute
extends ITagAttribute

Information about an inspectable attribute (one generated from an [Inspectable("")] metadata attribute)


Method Summary
 IVariable getInspectable()
          Returns the inspectable node associated with this attribute
 IInspectableTag getInspectableTag()
          Get the [Inspectable("")] metadata that created this attribute
 
Methods inherited from interface com.adobe.flexbuilder.codemodel.indices.ITagAttribute
getDefaultValues, getName, isActionScript
 
Methods inherited from interface java.lang.Comparable
compareTo
 
Methods inherited from interface com.adobe.flexbuilder.codemodel.indices.ITagAdapter
getTagName
 

Method Detail

getInspectable

public IVariable getInspectable()
Returns the inspectable node associated with this attribute

Returns:
the inspectable node associated with this attribute

getInspectableTag

public IInspectableTag getInspectableTag()
Get the [Inspectable("")] metadata that created this attribute

Returns:
the metadata attribute