Packagemx.messaging.management
Classpublic class Attribute
InheritanceAttribute Inheritance Object

Language Version : ActionScript 3.0
Product Versions : BlazeDS 4, LCDS 3
Runtime Versions : Flash Player 9, AIR 1.1

Client representation of a MBean attribute.



Public Properties
 PropertyDefined By
  name : String
The attribute name.
Attribute
  value : Object
The attribute value.
Attribute
Public Methods
 MethodDefined By
  
Creates a new instance of an empty Attribute.
Attribute
  
toString():String
Returns a string representation of the attribute.
Attribute
Property Detail
nameproperty
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.

valueproperty 
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.

Constructor Detail
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.

Method Detail
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.

Returns
String — String representation of the attribute.