Pakket | com.adobe.dct.util |
Klasse | public class DataDictionaryUtil |
Overerving | DataDictionaryUtil Object |
Taalversie: | ActionScript 3.0 |
Productversie: | Data Dictionary Building Block 9.5 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Openbare eigenschappen
Openbare methoden
Methode | Gedefinieerd door | ||
---|---|---|---|
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 | ||
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | ||
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | ||
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | ||
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | ||
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | ||
Retourneert een tekenreeksrepresentatie van het opgegeven object. | Object | ||
Retourneert de primitieve waarde van het opgegeven object. | Object |
Constructordetails
DataDictionaryUtil | () | Constructor |
public function DataDictionaryUtil()
Taalversie: | ActionScript 3.0 |
Productversie: | Data Dictionary Building Block 9.5 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Constructor.
Methodedetails
findDDEByPath | () | methode |
public static function findDDEByPath(path:String, dataDictionary:DataDictionary):DataDictionaryElement
Taalversie: | ActionScript 3.0 |
Productversie: | Data Dictionary Building Block 9.5 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Returns the data dictionary element from a data dictionary. The data dictionary corresponds to the path
parameter.
Parameters
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
Taalversie: | ActionScript 3.0 |
Productversie: | Data Dictionary Building Block 9.5 |
Runtimeversies: | 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.
Parameters
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.
|
Wed Jun 13 2018, 11:42 AM Z