Pacote | mx.messaging.management |
Classe | public class ObjectName |
Herança | ObjectName Object |
Versão da linguagem: | ActionScript 3.0 |
Versões de produto: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Propriedade | 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
Uma referência ao objeto de classe ou à função de construtor de uma determinada ocorrência de objeto. | 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 se um objeto tem uma propriedade especificada definida. | Object | ||
Indica se uma ocorrência da classe Object está na cadeia de protótipos do objeto especificado como o parâmetro. | Object | ||
Indica se a propriedade especificada existe e é enumerável. | Object | ||
Define a disponibilidade de uma propriedade dinâmica para operações de repetição. | Object | ||
Retorna a representação da string deste objeto, formatado segundo as convenções específicas para a localidade. | Object | ||
This method will return a string representation of the object name. | ObjectName | ||
Retorna o valor primitivo do objeto especificado. | Object |
canonicalKeyPropertyListString | propriedade |
public var canonicalKeyPropertyListString:String
Versão da linguagem: | ActionScript 3.0 |
Versões de produto: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
A string representation of the list of key properties, with the key properties sorted in lexical order.
canonicalName | propriedade |
public var canonicalName:String
Versão da linguagem: | ActionScript 3.0 |
Versões de produto: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
The canonical form of the name; a string representation with the properties sorted in lexical order.
domain | propriedade |
public var domain:String
Versão da linguagem: | ActionScript 3.0 |
Versões de produto: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
The domain part.
domainPattern | propriedade |
public var domainPattern:Boolean
Versão da linguagem: | ActionScript 3.0 |
Versões de produto: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Indicates if the object name is a pattern on the domain part.
keyPropertyList | propriedade |
public var keyPropertyList:Object
Versão da linguagem: | ActionScript 3.0 |
Versões de produto: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
The key properties as an Object, keyed by property name.
keyPropertyListString | propriedade |
public var keyPropertyListString:String
Versão da linguagem: | ActionScript 3.0 |
Versões de produto: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
A string representation of the list of key properties.
pattern | propriedade |
public var pattern:Boolean
Versão da linguagem: | ActionScript 3.0 |
Versões de produto: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Indicates if the object name is a pattern.
propertyPattern | propriedade |
public var propertyPattern:Boolean
Versão da linguagem: | ActionScript 3.0 |
Versões de produto: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Indicates if the object name is a pattern on the key properties.
ObjectName | () | Construtor |
public function ObjectName()
Versão da linguagem: | ActionScript 3.0 |
Versões de produto: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Creates a new instance of an empty ObjectName.
getKeyProperty | () | método |
public function getKeyProperty(property:String):Object
Versão da linguagem: | ActionScript 3.0 |
Versões de produto: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Versões de runtime: | 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
Versão da linguagem: | ActionScript 3.0 |
Versões de produto: | BlazeDS 4, Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
This method will return a string representation of the object name.
RetornaString — String representation of the object name.
|
Wed Jun 13 2018, 11:10 AM Z