ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
com.adobe.solutions.exm.authoring.domain.method 

IFunctionParameter  - AS3 Expression Manager

Packagecom.adobe.solutions.exm.authoring.domain.method
Interfacepublic interface IFunctionParameter

Language Version: ActionScript 3.0
Product Version: Expression Manager Building Block 10
Runtime Versions: AIR (unsupported), Flash Player 10.2

Represents an input parameter to a function.



Public Properties
 PropertyDefined By
  description : String
[read-only] Returns a human-readable verbose description for this parameter.
IFunctionParameter
  displayName : String
[read-only] Returns a human-readable display-text for this parameter.
IFunctionParameter
  type : String
[read-only] Returns the type of this parameter (e.g.
IFunctionParameter
Property Detail

description

property
description:String  [read-only]

Language Version: ActionScript 3.0
Product Version: Expression Manager Building Block 10
Runtime Versions: AIR (unsupported), Flash Player 10.2

Returns a human-readable verbose description for this parameter.



Implementation
    public function get description():String

displayName

property 
displayName:String  [read-only]

Language Version: ActionScript 3.0
Product Version: Expression Manager Building Block 10
Runtime Versions: AIR (unsupported), Flash Player 10.2

Returns a human-readable display-text for this parameter.



Implementation
    public function get displayName():String

type

property 
type:String  [read-only]

Language Version: ActionScript 3.0
Product Version: Expression Manager Building Block 10
Runtime Versions: AIR (unsupported), Flash Player 10.2

Returns the type of this parameter (e.g. String, Number, etc.).



Implementation
    public function get type():String