| Paquete | com.adobe.solutions.exm.authoring.domain.variable |
| Interfaz | public interface IVariable |
| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Expression Manager 10 |
| Versiones de motor de ejecución: | AIR (unsupported), Flash Player 10.2 |
Propiedades públicas
| Propiedad | Definido por | ||
|---|---|---|---|
| defaultValue : Object [solo lectura]
Returns the default value of the current variable. | IVariable | ||
| description : String [solo lectura]
Returns a human-readable verbose description for the current variable. | IVariable | ||
| displayName : String [solo lectura]
Returns a human-readable display-text for the current variable. | IVariable | ||
| type : String [solo lectura]
Returns the type of the variable (String, Number, etc.). | IVariable | ||
| variableName : String [solo lectura]
Returns the variable name which should be used inside the expression being
authored. | IVariable | ||
Información sobre propiedades
defaultValue | propiedad |
defaultValue:Object [solo lectura] | Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Expression Manager 10 |
| Versiones de motor de ejecución: | AIR (unsupported), Flash Player 10.2 |
Returns the default value of the current variable.
Implementación
public function get defaultValue():Objectdescription | propiedad |
description:String [solo lectura] | Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Expression Manager 10 |
| Versiones de motor de ejecución: | AIR (unsupported), Flash Player 10.2 |
Returns a human-readable verbose description for the current variable.
Implementación
public function get description():StringdisplayName | propiedad |
displayName:String [solo lectura] | Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Expression Manager 10 |
| Versiones de motor de ejecución: | AIR (unsupported), Flash Player 10.2 |
Returns a human-readable display-text for the current variable.
Implementación
public function get displayName():Stringtype | propiedad |
type:String [solo lectura] | Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Expression Manager 10 |
| Versiones de motor de ejecución: | AIR (unsupported), Flash Player 10.2 |
Returns the type of the variable (String, Number, etc.).
Implementación
public function get type():StringvariableName | propiedad |
variableName:String [solo lectura] | Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Expression Manager 10 |
| Versiones de motor de ejecución: | AIR (unsupported), Flash Player 10.2 |
Returns the variable name which should be used inside the expression being authored.
Implementación
public function get variableName():StringTue Jun 12 2018, 02:12 PM Z