| Package | com.adobe.mosaic.om.interfaces |
| Interface | public interface IInterface |
| Version du langage: | ActionScript 3.0 |
| Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10.0 |
| Versions du moteur d’exécution: | 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.
Propriétés publiques
| Propriété | Défini par | ||
|---|---|---|---|
| interfaceName : String [lecture seule]
Returns the interface name String. | IInterface | ||
| library : String [lecture seule]
Returns the value of the library String. | IInterface | ||
Détails de la propriété
interfaceName | propriété |
interfaceName:String [lecture seule] | Version du langage: | ActionScript 3.0 |
| Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
Returns the interface name String.
Implémentation
public function get interfaceName():Stringlibrary | propriété |
library:String [lecture seule] | Version du langage: | ActionScript 3.0 |
| Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
Returns the value of the library String.
Implémentation
public function get library():StringTue Jun 12 2018, 09:30 AM Z