Paquete | com.adobe.mosaic.om.interfaces |
Interfaz | public interface IInterface |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10.0 |
Versiones de motor de ejecución: | 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.
Propiedades públicas
Propiedad | Definido por | ||
---|---|---|---|
interfaceName : String [solo lectura]
Returns the interface name String. | IInterface | ||
library : String [solo lectura]
Returns the value of the library String. | IInterface |
Información sobre propiedades
interfaceName | propiedad |
interfaceName:String
[solo lectura] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versiones de motor de ejecución: | AIR 2.6, Flash Player 10.2 |
Returns the interface name String.
Implementación
public function get interfaceName():String
library | propiedad |
library:String
[solo lectura] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versiones de motor de ejecución: | AIR 2.6, Flash Player 10.2 |
Returns the value of the library String.
Implementación
public function get library():String
Tue Jun 12 2018, 02:12 PM Z