Package | org.swizframework.reflection |
Interface | public interface IMetadataHost |
Implementors | BaseMetadataHost |
Property | Defined By | ||
---|---|---|---|
metadataTags : Array
Array of metadata tags that decorate the property/method/class. | IMetadataHost | ||
name : *
Name of the property/method/class. | IMetadataHost | ||
type : Class
Type of the property/method/class. | IMetadataHost |
Method | Defined By | ||
---|---|---|---|
getMetadataTagByName(name:String):IMetadataTag
Get metadata tag by name
| IMetadataHost | ||
hasMetadataTagByName(name:String):Boolean
Has metadata tag by name
| IMetadataHost |
metadataTags | property |
metadataTags:Array
Array of metadata tags that decorate the property/method/class.
public function get metadataTags():Array
public function set metadataTags(value:Array):void
name | property |
name:*
Name of the property/method/class.
public function get name():*
public function set name(value:any):void
type | property |
type:Class
Type of the property/method/class.
public function get type():Class
public function set type(value:Class):void
getMetadataTagByName | () | method |
public function getMetadataTagByName(name:String):IMetadataTag
Get metadata tag by name
Parameters
name:String |
IMetadataTag |
hasMetadataTagByName | () | method |
public function hasMetadataTagByName(name:String):Boolean
Has metadata tag by name
Parameters
name:String |
Boolean |