Packagesv.reflection.attributes
Classpublic final class EventAttribute
InheritanceEventAttribute Inheritance Attribute



Public Properties
 PropertyDefined by
  alias : String
[read-only]
EventAttribute
 Inheritedarguments : Array
Attribute
  name : String
[read-only] Specifies the name of the event.
EventAttribute
  type : String
[read-only] Specifies the class that defines the data type of the event object.
EventAttribute
  usage : int
[read-only]
EventAttribute
Protected Properties
 PropertyDefined by
 InheriteddefaultProperty : String = "null"
Attribute
 Inheritedsource : XML
Attribute
Public Methods
 MethodDefined by
  
EventAttribute(source:XML)
EventAttribute
 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
nameproperty 
name:String  [read-only]

Specifies the name of the event.

Implementation
    public function get name():String
typeproperty 
type:String  [read-only]

Specifies the class that defines the data type of the event object. The class name is either the base event class, Event, or a subclass of the Event class. You must include the package in the class name.

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

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

Parameters
source:XML