パッケージ | 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, 10:34 AM Z