Пакет | com.adobe.dct.util |
Класс | public class DataDictionaryUtil |
Наследование | DataDictionaryUtil Object |
Язык версии: | ActionScript 3.0 |
Версия продукта: | Data Dictionary Building Block 9.5 |
Версии среды выполнения: | AIR (unsupported), Flash Player 10.2 |
Общедоступные свойства
Общедоступные методы
Метод | Определено | ||
---|---|---|---|
Constructor. | DataDictionaryUtil | ||
[статические]
Returns the data dictionary element from a data dictionary. | DataDictionaryUtil | ||
[статические]
Returns the data dictionary element from a given data dictionary. | DataDictionaryUtil | ||
Показывает, определено ли заданное свойство для объекта. | Object | ||
Показывает, есть ли экземпляр класса Object в цепи прототипов объекта, заданного в качестве параметра. | Object | ||
Показывает наличие заданного свойства и его перечисляемость. | Object | ||
Задает доступность динамического свойства для операций цикла. | Object | ||
Возвращает строковое представление этого объекта, отформатированного в соответствии со стандартами, принятыми для данной локали. | Object | ||
Возвращает строковое представление заданного объекта. | Object | ||
Возвращает элементарное значение заданного объекта. | Object |
Сведения о конструкторе
DataDictionaryUtil | () | Конструктор |
public function DataDictionaryUtil()
Язык версии: | ActionScript 3.0 |
Версия продукта: | Data Dictionary Building Block 9.5 |
Версии среды выполнения: | AIR (unsupported), Flash Player 10.2 |
Constructor.
Сведения о методе
findDDEByPath | () | метод |
public static function findDDEByPath(path:String, dataDictionary:DataDictionary):DataDictionaryElement
Язык версии: | ActionScript 3.0 |
Версия продукта: | Data Dictionary Building Block 9.5 |
Версии среды выполнения: | AIR (unsupported), Flash Player 10.2 |
Returns the data dictionary element from a data dictionary. The data dictionary corresponds to the path
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 | () | метод |
public static function findDDEByReferenceName(referenceName:String, dataDictionary:DataDictionary):DataDictionaryElement
Язык версии: | ActionScript 3.0 |
Версия продукта: | Data Dictionary Building Block 9.5 |
Версии среды выполнения: | 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.
Параметры
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, 11:34 AM Z