Package | mx.messaging.management |
Class | public class Attribute |
Inheritance | Attribute Object |
Language Version : | ActionScript 3.0 |
Product Versions : | BlazeDS 4, LCDS 3 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
Property | Defined By | ||
---|---|---|---|
name : String
The attribute name. | Attribute | ||
value : Object
The attribute value. | Attribute |
Method | Defined By | ||
---|---|---|---|
Creates a new instance of an empty Attribute. | Attribute | ||
toString():String
Returns a string representation of the attribute. | Attribute |
name | property |
public var name:String
Language Version : | ActionScript 3.0 |
Product Versions : | BlazeDS 4, LCDS 3 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
The attribute name.
value | property |
public var value:Object
Language Version : | ActionScript 3.0 |
Product Versions : | BlazeDS 4, LCDS 3 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
The attribute value.
Attribute | () | Constructor |
public function Attribute()
Language Version : | ActionScript 3.0 |
Product Versions : | BlazeDS 4, LCDS 3 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
Creates a new instance of an empty Attribute.
toString | () | method |
public function toString():String
Language Version : | ActionScript 3.0 |
Product Versions : | BlazeDS 4, LCDS 3 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
Returns a string representation of the attribute.
ReturnsString — String representation of the attribute.
|