| 패키지 | com.adobe.solutions.exm.authoring.domain.method |
| 인터페이스 | public interface IFunction |
| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Expression Manager Building Block 10 |
| 런타임 버전: | AIR (unsupported), Flash Player 10.2 |
공용 속성
| 속성 | 정의 주체 | ||
|---|---|---|---|
| description : String [읽기 전용]
Returns a human-readable verbose description for this function. | IFunction | ||
| displayName : String [읽기 전용]
Returns a human-readable display-text for this function. | IFunction | ||
| family : IFunctionFamily [읽기 전용]
Returns the family (group) this function belongs to. | IFunction | ||
| localName : String [읽기 전용]
Returns the local-name to be used for this function inside an expression. | IFunction | ||
| parameters : IList [읽기 전용]
Returns the list of input parameters (IFunctionParameter instances) accepted
by this function. | IFunction | ||
| prefix : String [읽기 전용]
Returns the prefix to be used for this function inside an expression. | IFunction | ||
| returnType : String [읽기 전용]
Returns the return-type for this function (e.g. | IFunction | ||
속성 세부 정보
description | 속성 |
displayName | 속성 |
family | 속성 |
family:IFunctionFamily [읽기 전용] | 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Expression Manager Building Block 10 |
| 런타임 버전: | AIR (unsupported), Flash Player 10.2 |
Returns the family (group) this function belongs to.
구현
public function get family():IFunctionFamilylocalName | 속성 |
parameters | 속성 |
prefix | 속성 |
returnType | 속성 |
Tue Jun 12 2018, 03:17 PM Z