Package | com.adobe.solutions.exm.authoring.domain.method |
Interface | public interface IFunction |
Language Version: | ActionScript 3.0 |
Product Version: | Expression Manager Building Block 10 |
Runtime Versions: | AIR (unsupported), Flash Player 10.2 |
Public Properties
Property | Defined By | ||
---|---|---|---|
description : String [read-only]
Returns a human-readable verbose description for this function. | IFunction | ||
displayName : String [read-only]
Returns a human-readable display-text for this function. | IFunction | ||
family : IFunctionFamily [read-only]
Returns the family (group) this function belongs to. | IFunction | ||
localName : String [read-only]
Returns the local-name to be used for this function inside an expression. | IFunction | ||
parameters : IList [read-only]
Returns the list of input parameters (IFunctionParameter instances) accepted
by this function. | IFunction | ||
prefix : String [read-only]
Returns the prefix to be used for this function inside an expression. | IFunction | ||
returnType : String [read-only]
Returns the return-type for this function (e.g. | IFunction |
Property Detail
description | property |
displayName | property |
family | property |
family:IFunctionFamily
[read-only] Language Version: | ActionScript 3.0 |
Product Version: | Expression Manager Building Block 10 |
Runtime Versions: | AIR (unsupported), Flash Player 10.2 |
Returns the family (group) this function belongs to.
Implementation
public function get family():IFunctionFamily
localName | property |
parameters | property |
parameters:IList
[read-only] Language Version: | ActionScript 3.0 |
Product Version: | Expression Manager Building Block 10 |
Runtime Versions: | AIR (unsupported), Flash Player 10.2 |
Returns the list of input parameters (IFunctionParameter instances) accepted by this function.
Implementation
public function get parameters():IList
prefix | property |
returnType | property |
Mon Nov 28 2011, 06:48 AM -08:00