| Package | sv.reflection.attributes |
| Class | public final class EventAttribute |
| Inheritance | EventAttribute Attribute |
| Property | Defined by | ||
|---|---|---|---|
| alias : String [read-only]
| EventAttribute | ||
![]() | arguments : 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 | ||
| Method | Defined by | ||
|---|---|---|---|
|
EventAttribute(source:XML)
| EventAttribute | ||
![]() |
getEntry(key:String):AttributeEntry
| Attribute | |
![]() |
getEntryValue(key:String):String
| Attribute | |
| alias | property |
alias:String [read-only]Implementation
public function get alias():String
| name | property |
name:String [read-only]Specifies the name of the event.
Implementation public function get name():String
| type | property |
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
| usage | property |
usage:int [read-only]Implementation
public function get usage():int
| EventAttribute | () | constructor |
public function EventAttribute(source:XML)Parameters
source:XML |