Package | mx.messaging.management |
Class | public class Attribute |
Inheritance | Attribute ![]() |
Property | Defined By | ||
---|---|---|---|
![]() | constructor : Object
A reference to the class object or constructor function for a given object instance. | Object | |
name : String
The attribute name. | Attribute | ||
![]() | prototype : Object [static]
A reference to the prototype object of a class or function object. | Object | |
value : Object
The attribute value. | Attribute |
Method | Defined By | ||
---|---|---|---|
Creates a new instance of an empty Attribute. | Attribute | ||
![]() |
Indicates whether an object has a specified property defined. | Object | |
![]() |
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter. | Object | |
![]() |
Indicates whether the specified property exists and is enumerable. | Object | |
![]() |
Sets the availability of a dynamic property for loop operations. | Object | |
![]() |
Returns the string representation of this object, formatted according to locale-specific conventions. | Object | |
Returns a string representation of the attribute. | Attribute | ||
![]() |
Returns the primitive value of the specified object. | Object |
name | property |
public var name:String
The attribute name.
value | property |
public var value:Object
The attribute value.
Attribute | () | Constructor |
public function Attribute()
Creates a new instance of an empty Attribute.
toString | () | method |
public function toString():String
Returns a string representation of the attribute.
ReturnsString — String representation of the attribute.
|