Package | mx.messaging.management |
Class | public class ObjectInstance |
Inheritance | ObjectInstance Object |
Language Version: | ActionScript 3.0 |
Product Versions: | BlazeDS 4, LiveCycle Data Services 3 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Public Properties
Property | Defined By | ||
---|---|---|---|
className : String
The class name. | ObjectInstance | ||
constructor : Object
A reference to the class object or constructor function for a given object instance. | Object | ||
objectName : ObjectName
The object name. | ObjectInstance | ||
prototype : Object [static]
A reference to the prototype object of a class or function object. | Object |
Public Methods
Method | Defined By | ||
---|---|---|---|
Creates a new instance of an empty ObjectInstance. | ObjectInstance | ||
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 object name instance. | ObjectInstance | ||
Returns the primitive value of the specified object. | Object |
Property Detail
className | property |
public var className:String
Language Version: | ActionScript 3.0 |
Product Versions: | BlazeDS 4, LiveCycle Data Services 3 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
The class name.
objectName | property |
public var objectName:ObjectName
Language Version: | ActionScript 3.0 |
Product Versions: | BlazeDS 4, LiveCycle Data Services 3 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
The object name.
Constructor Detail
ObjectInstance | () | Constructor |
public function ObjectInstance()
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 ObjectInstance.
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 object name instance.
ReturnsString — String representation of the object name instance.
|
Fri Mar 19 2010, 02:45 AM -07:00