| Пакет | com.adobe.mosaic.om.interfaces |
| Интерфейс | public interface IInterface |
| Язык версии: | ActionScript 3.0 |
| Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10.0 |
| Версии среды выполнения: | 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.
Общедоступные свойства
| Свойство | Определено | ||
|---|---|---|---|
| interfaceName : String [только для чтения]
Returns the interface name String. | IInterface | ||
| library : String [только для чтения]
Returns the value of the library String. | IInterface | ||
Сведения о свойстве
interfaceName | свойство |
interfaceName:String [только для чтения] | Язык версии: | ActionScript 3.0 |
| Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Версии среды выполнения: | AIR 2.6, Flash Player 10.2 |
Returns the interface name String.
Реализация
public function get interfaceName():Stringlibrary | свойство |
library:String [только для чтения] | Язык версии: | ActionScript 3.0 |
| Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Версии среды выполнения: | AIR 2.6, Flash Player 10.2 |
Returns the value of the library String.
Реализация
public function get library():StringTue Jun 12 2018, 11:34 AM Z