Pacchetto | com.adobe.mosaic.om.interfaces |
Interfaccia | public interface IInterface |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10.0 |
Versioni runtime: | 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.
Proprietà pubbliche
Proprietà | Definito da | ||
---|---|---|---|
interfaceName : String [sola lettura]
Returns the interface name String. | IInterface | ||
library : String [sola lettura]
Returns the value of the library String. | IInterface |
Descrizione delle proprietà
interfaceName | proprietà |
interfaceName:String
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versioni runtime: | AIR 2.6, Flash Player 10.2 |
Returns the interface name String.
Implementazione
public function get interfaceName():String
library | proprietà |
library:String
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versioni runtime: | AIR 2.6, Flash Player 10.2 |
Returns the value of the library String.
Implementazione
public function get library():String
Tue Jun 12 2018, 02:44 PM Z