(BlazeDS only)
Packagemx.messaging.management
Classpublic class Attribute
InheritanceAttribute Inheritance Object

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

Client representation of a MBean attribute.



Public Properties
 PropertyDefined By
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
  name : String
The attribute name.
Attribute
 Inheritedprototype : Object
[static] A reference to the prototype object of a class or function object.
Object
  value : Object
The attribute value.
Attribute
Public Methods
 MethodDefined By
  
Creates a new instance of an empty Attribute.
Attribute
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
  
Returns a string representation of the attribute.
Attribute
 Inherited
Returns the primitive value of the specified object.
Object
Property Detail
nameproperty
public var name:String

Language Version: ActionScript 3.0
Product Versions: BlazeDS 4, LiveCycle Data Services 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, LiveCycle Data Services 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, LiveCycle Data Services 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, LiveCycle Data Services 3
Runtime Versions: Flash Player 9, AIR 1.1

Returns a string representation of the attribute.

Returns
String — String representation of the attribute.