Paket | com.adobe.dct.util |
Klasse | public class DataDictionaryUtil |
Vererbung | DataDictionaryUtil Object |
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Data Dictionary“ 9.5 |
Laufzeitversionen: | AIR (unsupported), Flash Player 10.2 |
Öffentliche Eigenschaften
Öffentliche Methoden
Methode | Definiert von | ||
---|---|---|---|
Constructor. | DataDictionaryUtil | ||
[statisch]
Returns the data dictionary element from a data dictionary. | DataDictionaryUtil | ||
[statisch]
Returns the data dictionary element from a given data dictionary. | DataDictionaryUtil | ||
Gibt an, ob für ein Objekt eine bestimmte Eigenschaft definiert wurde. | Object | ||
Gibt an, ob eine Instanz der Object-Klasse in der Prototypkette des Objekts vorhanden ist, das als Parameter angegeben wurde. | Object | ||
Gibt an, ob die angegebene Eigenschaft vorhanden ist und durchlaufen werden kann. | Object | ||
Legt die Verfügbarkeit einer dynamischen Eigenschaft für Schleifenoperationen fest. | Object | ||
Gibt die Stringdarstellung dieses Objekts zurück, formatiert entsprechend den Konventionen des Gebietsschemas. | Object | ||
Gibt das angegebene Objekt als String zurück. | Object | ||
Gibt den Grundwert des angegebenen Objekts zurück. | Object |
Konstruktordetails
DataDictionaryUtil | () | Konstruktor |
public function DataDictionaryUtil()
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Data Dictionary“ 9.5 |
Laufzeitversionen: | AIR (unsupported), Flash Player 10.2 |
Constructor.
Methodendetails
findDDEByPath | () | Methode |
public static function findDDEByPath(path:String, dataDictionary:DataDictionary):DataDictionaryElement
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Data Dictionary“ 9.5 |
Laufzeitversionen: | AIR (unsupported), Flash Player 10.2 |
Returns the data dictionary element from a data dictionary. The data dictionary corresponds to the path
parameter.
Parameter
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 | () | Methode |
public static function findDDEByReferenceName(referenceName:String, dataDictionary:DataDictionary):DataDictionaryElement
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Data Dictionary“ 9.5 |
Laufzeitversionen: | 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.
Parameter
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, 10:04 AM Z