Paquete | mx.messaging.management |
Clase | public class ObjectName |
Herencia | ObjectName Object |
Versión del lenguaje: | ActionScript 3.0 |
Versiones de producto: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
Propiedad | Definido por | ||
---|---|---|---|
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
Una referencia a la clase de objeto o función constructora para una instancia de objeto determinada. | 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 |
Método | Definido por | ||
---|---|---|---|
Creates a new instance of an empty ObjectName. | ObjectName | ||
Returns the value associated with the specified property key. | ObjectName | ||
Indica si un objeto tiene definida una propiedad especificada. | Object | ||
Indica si hay una instancia de la clase Object en la cadena de prototipo del objeto especificado como parámetro. | Object | ||
Indica si existe la propiedad especificada y si es enumerable. | Object | ||
Establece la disponibilidad de una propiedad dinámica para operaciones de bucle. | Object | ||
Devuelve la representación de cadena de este objeto, con formato según las convenciones específicas de configuración regional. | Object | ||
This method will return a string representation of the object name. | ObjectName | ||
Devuelve el valor simple del objeto especificado. | Object |
canonicalKeyPropertyListString | propiedad |
public var canonicalKeyPropertyListString:String
Versión del lenguaje: | ActionScript 3.0 |
Versiones de producto: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
A string representation of the list of key properties, with the key properties sorted in lexical order.
canonicalName | propiedad |
public var canonicalName:String
Versión del lenguaje: | ActionScript 3.0 |
Versiones de producto: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
The canonical form of the name; a string representation with the properties sorted in lexical order.
domain | propiedad |
public var domain:String
Versión del lenguaje: | ActionScript 3.0 |
Versiones de producto: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
The domain part.
domainPattern | propiedad |
public var domainPattern:Boolean
Versión del lenguaje: | ActionScript 3.0 |
Versiones de producto: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
Indicates if the object name is a pattern on the domain part.
keyPropertyList | propiedad |
public var keyPropertyList:Object
Versión del lenguaje: | ActionScript 3.0 |
Versiones de producto: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
The key properties as an Object, keyed by property name.
keyPropertyListString | propiedad |
public var keyPropertyListString:String
Versión del lenguaje: | ActionScript 3.0 |
Versiones de producto: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
A string representation of the list of key properties.
pattern | propiedad |
public var pattern:Boolean
Versión del lenguaje: | ActionScript 3.0 |
Versiones de producto: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
Indicates if the object name is a pattern.
propertyPattern | propiedad |
public var propertyPattern:Boolean
Versión del lenguaje: | ActionScript 3.0 |
Versiones de producto: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
Indicates if the object name is a pattern on the key properties.
ObjectName | () | Información sobre |
public function ObjectName()
Versión del lenguaje: | ActionScript 3.0 |
Versiones de producto: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
Creates a new instance of an empty ObjectName.
getKeyProperty | () | método |
public function getKeyProperty(property:String):Object
Versión del lenguaje: | ActionScript 3.0 |
Versiones de producto: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
Returns the value associated with the specified property key.
Parámetros
property:String — property key.
|
Object |
toString | () | método |
public function toString():String
Versión del lenguaje: | ActionScript 3.0 |
Versiones de producto: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
This method will return a string representation of the object name.
Valor devueltoString — String representation of the object name.
|
Tue Jun 12 2018, 02:12 PM Z