Packagesv.reflection.attributes
Classpublic final class EffectAttribute
InheritanceEffectAttribute Inheritance Attribute



Public Properties
 PropertyDefined by
  alias : String
[read-only]
EffectAttribute
 Inheritedarguments : Array
Attribute
  event : String
[read-only] Specifies the name of the Event that triggers the effect.
EffectAttribute
  name : String
[read-only] Specifies the name of the effect.
EffectAttribute
  usage : int
[read-only]
EffectAttribute
Protected Properties
 PropertyDefined by
 InheriteddefaultProperty : String = "null"
Attribute
 Inheritedsource : XML
Attribute
Public Methods
 MethodDefined by
  
EffectAttribute(source:XML)
EffectAttribute
 Inherited
getEntry(key:String):AttributeEntry
Attribute
 Inherited
getEntryValue(key:String):String
Attribute
Property detail
aliasproperty
alias:String  [read-only]

Implementation
    public function get alias():String
eventproperty 
event:String  [read-only]

Specifies the name of the Event that triggers the effect.

Implementation
    public function get event():String
nameproperty 
name:String  [read-only]

Specifies the name of the effect.

Implementation
    public function get name():String
usageproperty 
usage:int  [read-only]

Implementation
    public function get usage():int
Constructor detail
EffectAttribute()constructor
public function EffectAttribute(source:XML)

Parameters
source:XML