Packageorg.swizframework.reflection
Classpublic class BindableMetadataHost
InheritanceBindableMetadataHost Inheritance BaseMetadataHost Inheritance Object
Subclasses MetadataHostClass, MetadataHostProperty

Representation of a property that has been decorated with metadata.



Public Properties
 PropertyDefined By
  isBindable : Boolean
[read-only]
BindableMetadataHost
 InheritedmetadataTags : Array
Array of metadata tags that decorate the property/method/class.
BaseMetadataHost
 Inheritedname : *
Name of the property/method/class.
BaseMetadataHost
 Inheritedtype : Class
Type of the property/method/class.
BaseMetadataHost
Protected Properties
 PropertyDefined By
 Inherited_metadataTags : Array
Backing variable for metadataTags getter/setter.
BaseMetadataHost
 Inherited_name : *
Backing variable for name getter/setter.
BaseMetadataHost
 Inherited_type : Class
Backing variable for type getter/setter.
BaseMetadataHost
Public Methods
 MethodDefined By
  
BindableMetadataHost
 Inherited
BaseMetadataHost
 Inherited
hasMetadataTagByName(name:String):Boolean
BaseMetadataHost
Property Detail
isBindableproperty
isBindable:Boolean  [read-only]


Implementation
    public function get isBindable():Boolean
Constructor Detail
BindableMetadataHost()Constructor
public function BindableMetadataHost()