| Paquete | com.adobe.dct.util |
| Clase | public class DataDictionaryUtil |
| Herencia | DataDictionaryUtil Object |
| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Data Dictionary 9.5 |
| Versiones de motor de ejecución: | AIR (unsupported), Flash Player 10.2 |
Propiedades públicas
Métodos públicos
| Método | Definido por | ||
|---|---|---|---|
Constructor. | DataDictionaryUtil | ||
[estática]
Returns the data dictionary element from a data dictionary. | DataDictionaryUtil | ||
[estática]
Returns the data dictionary element from a given data dictionary. | DataDictionaryUtil | ||
![]() |
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 | |
![]() |
Devuelve la representación de cadena del objeto especificado. | Object | |
![]() |
Devuelve el valor simple del objeto especificado. | Object | |
Información sobre constructores
DataDictionaryUtil | () | Información sobre |
public function DataDictionaryUtil()| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Data Dictionary 9.5 |
| Versiones de motor de ejecución: | AIR (unsupported), Flash Player 10.2 |
Constructor.
Información sobre métodos
findDDEByPath | () | método |
public static function findDDEByPath(path:String, dataDictionary:DataDictionary):DataDictionaryElement| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Data Dictionary 9.5 |
| Versiones de motor de ejecución: | AIR (unsupported), Flash Player 10.2 |
Returns the data dictionary element from a data dictionary. The data dictionary corresponds to the path parameter.
Parámetros
path:String — The path of the data dictionary element.
| |
dataDictionary:DataDictionary — The data dictionary in which the element that corresponds to the path is found.
|
DataDictionaryElement — The data dictionary element that corresponds to the specified path.
|
findDDEByReferenceName | () | método |
public static function findDDEByReferenceName(referenceName:String, dataDictionary:DataDictionary):DataDictionaryElement| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Data Dictionary 9.5 |
| Versiones de motor de ejecución: | AIR (unsupported), Flash Player 10.2 |
Returns the data dictionary element from a given data dictionary. The data dictionary element corresponds to the referenceName parameter.
Parámetros
referenceName:String — The reference name of the data dictionary element.
| |
dataDictionary:DataDictionary — The data dictionary in which the element corresponding to the path is found.
|
DataDictionaryElement — The data dictionary element that corresponds to the specified display name.
|
Tue Jun 12 2018, 02:12 PM Z
Ocultar propiedades públicas heredadas
Mostrar propiedades públicas heredadas