Package | com.adobe.dct.util |
Classe | public class DataDictionaryUtil |
Héritage | DataDictionaryUtil Object |
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Data Dictionary 9.5 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 10.2 |
Propriétés publiques
Méthodes publiques
Méthode | Défini par | ||
---|---|---|---|
Constructor. | DataDictionaryUtil | ||
[statique]
Returns the data dictionary element from a data dictionary. | DataDictionaryUtil | ||
[statique]
Returns the data dictionary element from a given data dictionary. | DataDictionaryUtil | ||
Indique si la propriété spécifiée d’un objet est définie. | Object | ||
Indique si une occurrence de la classe Object figure dans la chaîne de prototype de l’objet spécifié en tant que paramètre. | Object | ||
Indique si la propriété spécifiée existe et est énumérable. | Object | ||
Définit la disponibilité d’une propriété dynamique pour les opérations en boucle. | Object | ||
Renvoie la représentation de chaîne de cet objet, formatée selon les paramètres régionaux en vigueur. | Object | ||
Renvoie la représentation sous forme de chaîne de l’objet spécifié. | Object | ||
Renvoie la valeur primitive de l’objet spécifié. | Object |
Détails du constructeur
DataDictionaryUtil | () | Constructeur |
public function DataDictionaryUtil()
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Data Dictionary 9.5 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 10.2 |
Constructor.
Détails de la méthode
findDDEByPath | () | méthode |
public static function findDDEByPath(path:String, dataDictionary:DataDictionary):DataDictionaryElement
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Data Dictionary 9.5 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 10.2 |
Returns the data dictionary element from a data dictionary. The data dictionary corresponds to the path
parameter.
Paramètres
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éthode |
public static function findDDEByReferenceName(referenceName:String, dataDictionary:DataDictionary):DataDictionaryElement
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Data Dictionary 9.5 |
Versions du moteur d’exécution: | 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.
Paramètres
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, 09:30 AM Z