| 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 | |
|
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
A string representation of the list of key properties, with the key properties sorted in lexical order.
| canonicalName | property |
public var canonicalName:String
The canonical form of the name; a string representation with the properties sorted in lexical order.
| domain | property |
public var domain:String
The domain part.
| domainPattern | property |
public var domainPattern:Boolean
Indicates if the object name is a pattern on the domain part.
| keyPropertyList | property |
public var keyPropertyList:Object
The key properties as an Object, keyed by property name.
| keyPropertyListString | property |
public var keyPropertyListString:String
A string representation of the list of key properties.
| pattern | property |
public var pattern:Boolean
Indicates if the object name is a pattern.
| propertyPattern | property |
public var propertyPattern:Boolean
Indicates 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):Object
Returns the value associated with the specified property key.
Parameters
property:String — property key.
|
Object |
| toString | () | method |
public function toString():String
This method will return a string representation of the object name.
ReturnsString — String representation of the object name.
|
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/livecycle/es/sdkHelp/common/langref/mx/messaging/management/ObjectName.html