Packageorg.swizframework.reflection
Classpublic class MetadataHostProperty
InheritanceMetadataHostProperty Inheritance BindableMetadataHost Inheritance BaseMetadataHost Inheritance Object

Representation of a property that has been decorated with metadata.



Public Properties
 PropertyDefined By
 InheritedisBindable : 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
  
MetadataHostProperty
 Inherited
BaseMetadataHost
 Inherited
hasMetadataTagByName(name:String):Boolean
BaseMetadataHost
Constructor Detail
MetadataHostProperty()Constructor
public function MetadataHostProperty()