| Pakiet | com.adobe.mosaic.om.interfaces |
| Interfejs | public interface IInterface |
| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10.0 |
| Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
IInterface interface provides methods for getting an interface name
and an interface library name. An interface name and library refer to an interface from
which a manifest can be generated, thereby decoupling the interface from the implementation
for a tile or a service.
Właściwości publiczne
| Właściwość | Zdefiniowane przez | ||
|---|---|---|---|
| interfaceName : String [tylko do odczytu]
Returns the interface name String. | IInterface | ||
| library : String [tylko do odczytu]
Returns the value of the library String. | IInterface | ||
Szczegół właściwości
interfaceName | właściwość |
interfaceName:String [tylko do odczytu] | Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
Returns the interface name String.
Implementacja
public function get interfaceName():Stringlibrary | właściwość |
library:String [tylko do odczytu] | Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
Returns the value of the library String.
Implementacja
public function get library():StringTue Jun 12 2018, 12:06 PM Z