Adobe® Flex® 4 Language Reference
Hide Packages and Classes List |  Packages  |  Classes  |  Index  |  Appendixes
mx.messaging.management 
MBeanAttributeInfo 
Packagemx.messaging.management
Classpublic class MBeanAttributeInfo
InheritanceMBeanAttributeInfo Inheritance MBeanFeatureInfo 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 metadata for a MBean attribute.



Public Properties
 PropertyDefined By
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
 Inheriteddescription : String
The description of the MBean feature.
MBeanFeatureInfo
  isIs : Boolean
Indicates if the server-side getter for the attribute has an 'is' prefix.
MBeanAttributeInfo
 Inheritedname : String
The name of the MBean feature.
MBeanFeatureInfo
 Inheritedprototype : Object
[static] A reference to the prototype object of a class or function object.
Object
  readable : Boolean
Indicates if the attribute is readable.
MBeanAttributeInfo
  type : String
The data type of the attribute.
MBeanAttributeInfo
  writable : Boolean
Indicates if the attribute is writable.
MBeanAttributeInfo
Public Methods
 MethodDefined By
  
Creates a new instance of an empty MBeanAttributeInfo.
MBeanAttributeInfo
 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
 Inherited
Returns a string representation of the feature info.
MBeanFeatureInfo
 Inherited
Returns the primitive value of the specified object.
Object
Property Detail

isIs

property
public var isIs:Boolean

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

Indicates if the server-side getter for the attribute has an 'is' prefix.

readable

property 
public var readable:Boolean

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

Indicates if the attribute is readable.

type

property 
public var type:String

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

The data type of the attribute.

writable

property 
public var writable:Boolean

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

Indicates if the attribute is writable.

Constructor Detail

MBeanAttributeInfo

()Constructor
public function MBeanAttributeInfo()

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