Pakiet | com.adobe.solutions.exm.authoring.domain.variable |
Interfejs | public interface IVariable |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Expression Manager Building Block 10 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 10.2 |
Właściwości publiczne
Właściwość | Zdefiniowane przez | ||
---|---|---|---|
defaultValue : Object [tylko do odczytu]
Returns the default value of the current variable. | IVariable | ||
description : String [tylko do odczytu]
Returns a human-readable verbose description for the current variable. | IVariable | ||
displayName : String [tylko do odczytu]
Returns a human-readable display-text for the current variable. | IVariable | ||
type : String [tylko do odczytu]
Returns the type of the variable (String, Number, etc.). | IVariable | ||
variableName : String [tylko do odczytu]
Returns the variable name which should be used inside the expression being
authored. | IVariable |
Szczegół właściwości
defaultValue | właściwość |
description | właściwość |
description:String
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Expression Manager Building Block 10 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 10.2 |
Returns a human-readable verbose description for the current variable.
Implementacja
public function get description():String
displayName | właściwość |
displayName:String
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Expression Manager Building Block 10 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 10.2 |
Returns a human-readable display-text for the current variable.
Implementacja
public function get displayName():String
type | właściwość |
variableName | właściwość |
variableName:String
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Expression Manager Building Block 10 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 10.2 |
Returns the variable name which should be used inside the expression being authored.
Implementacja
public function get variableName():String
Tue Jun 12 2018, 12:06 PM Z