ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
mx.messaging.management 

ObjectName  - AS3 BlazeDS LCDS

Packagemx.messaging.management
Classpublic class ObjectName
InheritanceObjectName Inheritance Object

Language Version: ActionScript 3.0
Product Versions: BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3
Runtime Versions: Flash Player 9, AIR 1.1

Client representation of the name for server-side management controls.



Public Properties
 PropertyDefined By
  canonicalKeyPropertyListString : String
A string representation of the list of key properties, with the key properties sorted in lexical order.
ObjectName
  canonicalName : String
The canonical form of the name; a string representation with the properties sorted in lexical order.
ObjectName
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
  domain : String
The domain part.
ObjectName
  domainPattern : Boolean
Indicates if the object name is a pattern on the domain part.
ObjectName
  keyPropertyList : Object
The key properties as an Object, keyed by property name.
ObjectName
  keyPropertyListString : String
A string representation of the list of key properties.
ObjectName
  pattern : Boolean
Indicates if the object name is a pattern.
ObjectName
  propertyPattern : Boolean
Indicates if the object name is a pattern on the key properties.
ObjectName
Public Methods
 MethodDefined By
  
Creates a new instance of an empty ObjectName.
ObjectName
  
Returns the value associated with the specified property key.
ObjectName
 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
  
This method will return a string representation of the object name.
ObjectName
 Inherited
Returns the primitive value of the specified object.
Object
Property Detail

canonicalKeyPropertyListString

property
public var canonicalKeyPropertyListString:String

Language Version: ActionScript 3.0
Product Versions: BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3
Runtime Versions: Flash Player 9, AIR 1.1

A string representation of the list of key properties, with the key properties sorted in lexical order.

canonicalName

property 
public var canonicalName:String

Language Version: ActionScript 3.0
Product Versions: BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3
Runtime Versions: Flash Player 9, AIR 1.1

The canonical form of the name; a string representation with the properties sorted in lexical order.

domain

property 
public var domain:String

Language Version: ActionScript 3.0
Product Versions: BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3
Runtime Versions: Flash Player 9, AIR 1.1

The domain part.

domainPattern

property 
public var domainPattern:Boolean

Language Version: ActionScript 3.0
Product Versions: BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3
Runtime Versions: Flash Player 9, AIR 1.1

Indicates if the object name is a pattern on the domain part.

keyPropertyList

property 
public var keyPropertyList:Object

Language Version: ActionScript 3.0
Product Versions: BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3
Runtime Versions: Flash Player 9, AIR 1.1

The key properties as an Object, keyed by property name.

keyPropertyListString

property 
public var keyPropertyListString:String

Language Version: ActionScript 3.0
Product Versions: BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3
Runtime Versions: Flash Player 9, AIR 1.1

A string representation of the list of key properties.

pattern

property 
public var pattern:Boolean

Language Version: ActionScript 3.0
Product Versions: BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3
Runtime Versions: Flash Player 9, AIR 1.1

Indicates if the object name is a pattern.

propertyPattern

property 
public var propertyPattern:Boolean

Language Version: ActionScript 3.0
Product Versions: BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3
Runtime Versions: Flash Player 9, AIR 1.1

Indicates if the object name is a pattern on the key properties.

Constructor Detail

ObjectName

()Constructor
public function ObjectName()

Language Version: ActionScript 3.0
Product Versions: BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3
Runtime Versions: Flash Player 9, AIR 1.1

Creates a new instance of an empty ObjectName.

Method Detail

getKeyProperty

()method
public function getKeyProperty(property:String):Object

Language Version: ActionScript 3.0
Product Versions: BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3
Runtime Versions: Flash Player 9, AIR 1.1

Returns the value associated with the specified property key.

Parameters

property:String — property key.

Returns
Object

toString

()method 
public function toString():String

Language Version: ActionScript 3.0
Product Versions: BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3
Runtime Versions: Flash Player 9, AIR 1.1

This method will return a string representation of the object name.

Returns
String — String representation of the object name.