Package | com.adobe.solutions.exm.authoring.domain.variable |
Interface | public interface IVariable |
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 | ||
---|---|---|---|
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 |
description | property |
displayName | property |
type | property |
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
Mon Nov 28 2011, 06:48 AM -08:00