| Package | mx.messaging.management |
| Class | public class ObjectName |
| Inheritance | ObjectName Object |
| 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 | ||
![]() | prototype : Object [static]
A reference to the prototype object of a class or function object. | Object | |
| 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:StringA string representation of the list of key properties, with the key properties sorted in lexical order.
| canonicalName | property |
public var canonicalName:StringThe canonical form of the name; a string representation with the properties sorted in lexical order.
| domain | property |
public var domain:StringThe domain part.
| domainPattern | property |
public var domainPattern:BooleanIndicates if the object name is a pattern on the domain part.
| keyPropertyList | property |
public var keyPropertyList:ObjectThe key properties as an Object, keyed by property name.
| keyPropertyListString | property |
public var keyPropertyListString:StringA string representation of the list of key properties.
| pattern | property |
public var pattern:BooleanIndicates if the object name is a pattern.
| propertyPattern | property |
public var propertyPattern:BooleanIndicates if the object name is a pattern on the key properties.
| ObjectName | () | Constructor |
public function ObjectName()Creates a new instance of an empty ObjectName.
| getKeyProperty | () | method |
public function getKeyProperty(property:String):ObjectReturns the value associated with the specified property key.
Parameters
property:String — property key.
|
Object |
| toString | () | method |
public function toString():StringThis method will return a string representation of the object name.
ReturnsString — String representation of the object name.
|