| Package | mx.messaging.management | 
| Class | public class ObjectName | 
| Inheritance | ObjectName    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 | 
| Property | Defined 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 | ||
![]()  | constructor : 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 | ||
| Method | Defined By | ||
|---|---|---|---|
      Creates a new instance of an empty ObjectName.  | ObjectName | ||
	 Returns the value associated with the specified property key.  | ObjectName | ||
![]()  | 
	 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 | |
      This method will return a string representation of the object name.  | ObjectName | ||
![]()  | 
	 Returns the primitive value of the specified object.  | Object | |
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.
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.
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.
	  
	   | 
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.
ReturnsString — String representation of the object name.
      
       | 
Thu Dec 4 2014, 05:50 PM -08:00
 