包 | com.adobe.icc.editors.model |
类 | public class DataModelFactory |
继承 | DataModelFactory Object |
语言版本: | ActionScript 3.0 |
产品版本: | Asset Composer Building Block 9.5 |
运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
公共方法
方法 | 由以下参数定义 | ||
---|---|---|---|
[静态]
Creates a concrete domain object for the passed data module value object based
upon the type of module passed. | DataModelFactory | ||
表示对象是否已经定义了指定的属性。 | Object | ||
表示 Object 类的实例是否在指定为参数的对象的原型链中。 | Object | ||
表示指定的属性是否存在、是否可枚举。 | Object | ||
设置循环操作动态属性的可用性。 | Object | ||
返回此对象的字符串表示形式,其格式设置遵守区域设置特定的约定。 | Object | ||
返回指定对象的字符串表示形式。 | Object | ||
返回指定对象的原始值。 | Object |
方法详细信息
createFromVO | () | 方法 |
public static function createFromVO(dataModule:DataModule, fetchComplete:Boolean = false):ModuleModel
语言版本: | ActionScript 3.0 |
产品版本: | Asset Composer Building Block 9.5 |
运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Creates a concrete domain object for the passed data module value object based upon the type of module passed. For instance, if an object of type TBX is passed to this method, it would return an object of type TextModel.
参数
dataModule:DataModule — the value object corresponding to the data module.
| |
fetchComplete:Boolean (default = false ) — flag to indicate if the shallow value object needs to be fully retrieved.
|
ModuleModel — The domain object corresponding to the data module.
|
Tue Jun 12 2018, 11:04 AM Z