Packagemx.messaging.management
Classpublic class ObjectName
InheritanceObjectName Inheritance Object

Language Version : ActionScript 3.0
Product Versions : BlazeDS 4, LCDS 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
  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
  
getKeyProperty(property:String):Object
Returns the value associated with the specified property key.
ObjectName
  
toString():String
This method will return a string representation of the object name.
ObjectName
Property Detail
canonicalKeyPropertyListStringproperty
public var canonicalKeyPropertyListString:String

Language Version : ActionScript 3.0
Product Versions : BlazeDS 4, LCDS 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.

canonicalNameproperty 
public var canonicalName:String

Language Version : ActionScript 3.0
Product Versions : BlazeDS 4, LCDS 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.

domainproperty 
public var domain:String

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

The domain part.

domainPatternproperty 
public var domainPattern:Boolean

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

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

keyPropertyListproperty 
public var keyPropertyList:Object

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

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

keyPropertyListStringproperty 
public var keyPropertyListString:String

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

A string representation of the list of key properties.

patternproperty 
public var pattern:Boolean

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

Indicates if the object name is a pattern.

propertyPatternproperty 
public var propertyPattern:Boolean

Language Version : ActionScript 3.0
Product Versions : BlazeDS 4, LCDS 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, LCDS 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, LCDS 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, LCDS 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.