| 패키지 | com.adobe.icc.editors.model |
| 클래스 | public class LetterVariableModel |
| 상속 | LetterVariableModel VariableModel EventDispatcher Object |
| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Asset Composer Building Block 9.5 |
| 런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
공용 속성
| 속성 | 정의 주체 | ||
|---|---|---|---|
| binding : *
The object that this variable is bound to. | LetterVariableModel | ||
![]() | constructor : Object
지정된 객체 인스턴스의 클래스 객체 또는 생성자 함수에 대한 참조입니다. | Object | |
![]() | dataType : String
The data-type of the variable
| VariableModel | |
![]() | id : String [읽기 전용]
The GUID of the underlying variable value object. | VariableModel | |
![]() | module : ModuleModel
The module to which this variables belongs. | VariableModel | |
![]() | name : String
The name of the underlying variable value object. | VariableModel | |
![]() | protect : Boolean
The protect property of the underlying variable value object. | VariableModel | |
![]() | subType : String
The sub type of the variable. | VariableModel | |
![]() | type : String
The type of the variable. | VariableModel | |
![]() | valueSet : IList
The set of values for the enum type variable. | VariableModel | |
![]() | vo : Variable
The underlying value object corresponding to this variable. | VariableModel | |
공용 메서드
공용 상수
속성 세부 정보
binding | 속성 |
binding:*| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Asset Composer Building Block 9.5 |
| 런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The object that this variable is bound to.
A variable could be bound to field, data dictionary element, user, string literal etc. The following table describes the 'type' of this property for all the possible cases.
| Binding Type | The object type of this property value |
|---|---|
| DDE | com.adobe.dct.transfer.DataDictionaryElement |
| CONST | String |
| DATAMODULE | com.adobe.icc.editors.model.ModuleModel |
| USER | String |
| VARIABLE | com.adobe.icc.editors.model.VariableModel |
| FIELD | com.adobe.icc.vo.Field |
구현
public function get binding():* public function set binding(value:any):voidTue Jun 12 2018, 03:17 PM Z
상속되는 공용 속성 숨기기
상속되는 공용 속성 표시