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.variable 

IVariable  - AS3 Expression Manager

Packagecom.adobe.solutions.exm.authoring.domain.variable
Interfacepublic interface IVariable

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

Domain interface representing a variable which can be used inside an expression during expression authoring.



Public Properties
 PropertyDefined By
  defaultValue : Object
[read-only] Returns the default value of the current variable.
IVariable
  description : String
[read-only] Returns a human-readable verbose description for the current variable.
IVariable
  displayName : String
[read-only] Returns a human-readable display-text for the current variable.
IVariable
  type : String
[read-only] Returns the type of the variable (String, Number, etc.).
IVariable
  variableName : String
[read-only] Returns the variable name which should be used inside the expression being authored.
IVariable
Property Detail

defaultValue

property
defaultValue:Object  [read-only]

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

Returns the default value of the current variable.



Implementation
    public function get defaultValue():Object

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 the current variable.



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 the current variable.



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 the variable (String, Number, etc.).



Implementation
    public function get type():String

variableName

property 
variableName: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 variable name which should be used inside the expression being authored.



Implementation
    public function get variableName():String