Pacote | com.adobe.mosaic.om.interfaces |
Interface | public interface IInterface |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10.0 |
Versões de 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.
Propriedades públicas
Propriedade | Definido por | ||
---|---|---|---|
interfaceName : String [somente leitura]
Returns the interface name String. | IInterface | ||
library : String [somente leitura]
Returns the value of the library String. | IInterface |
Detalhes da propriedade
interfaceName | propriedade |
interfaceName:String
[somente leitura] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versões de runtime: | AIR 2.6, Flash Player 10.2 |
Returns the interface name String.
Implementação
public function get interfaceName():String
library | propriedade |
library:String
[somente leitura] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versões de runtime: | AIR 2.6, Flash Player 10.2 |
Returns the value of the library String.
Implementação
public function get library():String
Wed Jun 13 2018, 11:10 AM Z