Pakket | mx.messaging.management |
Klasse | public class ObjectName |
Overerving | ObjectName Object |
Taalversie: | ActionScript 3.0 |
Productversies: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
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
Verwijzing naar het klasseobject of de constructorfunctie van een bepaalde objectinstantie. | 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 |
Methode | Gedefinieerd door | ||
---|---|---|---|
Creates a new instance of an empty ObjectName. | ObjectName | ||
Returns the value associated with the specified property key. | ObjectName | ||
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | ||
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | ||
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | ||
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | ||
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | ||
This method will return a string representation of the object name. | ObjectName | ||
Retourneert de primitieve waarde van het opgegeven object. | Object |
canonicalKeyPropertyListString | eigenschap |
public var canonicalKeyPropertyListString:String
Taalversie: | ActionScript 3.0 |
Productversies: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
A string representation of the list of key properties, with the key properties sorted in lexical order.
canonicalName | eigenschap |
public var canonicalName:String
Taalversie: | ActionScript 3.0 |
Productversies: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
The canonical form of the name; a string representation with the properties sorted in lexical order.
domain | eigenschap |
public var domain:String
Taalversie: | ActionScript 3.0 |
Productversies: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
The domain part.
domainPattern | eigenschap |
public var domainPattern:Boolean
Taalversie: | ActionScript 3.0 |
Productversies: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Indicates if the object name is a pattern on the domain part.
keyPropertyList | eigenschap |
public var keyPropertyList:Object
Taalversie: | ActionScript 3.0 |
Productversies: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
The key properties as an Object, keyed by property name.
keyPropertyListString | eigenschap |
public var keyPropertyListString:String
Taalversie: | ActionScript 3.0 |
Productversies: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
A string representation of the list of key properties.
pattern | eigenschap |
public var pattern:Boolean
Taalversie: | ActionScript 3.0 |
Productversies: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Indicates if the object name is a pattern.
propertyPattern | eigenschap |
public var propertyPattern:Boolean
Taalversie: | ActionScript 3.0 |
Productversies: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Indicates if the object name is a pattern on the key properties.
ObjectName | () | Constructor |
public function ObjectName()
Taalversie: | ActionScript 3.0 |
Productversies: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Creates a new instance of an empty ObjectName.
getKeyProperty | () | methode |
public function getKeyProperty(property:String):Object
Taalversie: | ActionScript 3.0 |
Productversies: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Returns the value associated with the specified property key.
Parameters
property:String — property key.
|
Object |
toString | () | methode |
public function toString():String
Taalversie: | ActionScript 3.0 |
Productversies: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
This method will return a string representation of the object name.
Geretourneerde waardeString — String representation of the object name.
|
Wed Jun 13 2018, 11:42 AM Z