Packageorg.swizframework.reflection
Classpublic class MetadataHostClass
InheritanceMetadataHostClass Inheritance BindableMetadataHost Inheritance BaseMetadataHost Inheritance Object

Representation of a class that has been decorated with class level 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
  
MetadataHostClass
 Inherited
BaseMetadataHost
 Inherited
hasMetadataTagByName(name:String):Boolean
BaseMetadataHost
Constructor Detail
MetadataHostClass()Constructor
public function MetadataHostClass()