Package | com.adobe.dct.util |
Class | public class DataDictionaryUtil |
Inheritance | DataDictionaryUtil Object |
Language Version: | ActionScript 3.0 |
Product Version: | Data Dictionary Building Block 9.5 |
Runtime Versions: | AIR (unsupported), Flash Player 10.2 |
Public Properties
Public Methods
Method | Defined By | ||
---|---|---|---|
Constructor. | DataDictionaryUtil | ||
[static]
Returns the data dictionary element from a data dictionary. | DataDictionaryUtil | ||
[static]
Returns the data dictionary element from a given data dictionary. | DataDictionaryUtil | ||
Indicates whether an object has a specified property defined. | Object | ||
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter. | Object | ||
Indicates whether the specified property exists and is enumerable. | Object | ||
Sets the availability of a dynamic property for loop operations. | Object | ||
Returns the string representation of this object, formatted according to locale-specific conventions. | Object | ||
Returns the string representation of the specified object. | Object | ||
Returns the primitive value of the specified object. | Object |
Constructor Detail
DataDictionaryUtil | () | Constructor |
public function DataDictionaryUtil()
Language Version: | ActionScript 3.0 |
Product Version: | Data Dictionary Building Block 9.5 |
Runtime Versions: | AIR (unsupported), Flash Player 10.2 |
Constructor.
Method Detail
findDDEByPath | () | method |
public static function findDDEByPath(path:String, dataDictionary:DataDictionary):DataDictionaryElement
Language Version: | ActionScript 3.0 |
Product Version: | Data Dictionary Building Block 9.5 |
Runtime Versions: | 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 | () | method |
public static function findDDEByReferenceName(referenceName:String, dataDictionary:DataDictionary):DataDictionaryElement
Language Version: | ActionScript 3.0 |
Product Version: | Data Dictionary Building Block 9.5 |
Runtime Versions: | 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.
|
Mon Nov 28 2011, 06:48 AM -08:00