ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
com.adobe.mosaic.om.interfaces 

IInterface  - AS3 ADEP Composite Application

Packagecom.adobe.mosaic.om.interfaces
Interfacepublic interface IInterface

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10.0
Runtime Versions: AIR 2.6, Flash Player 10.2

The 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.



Public Properties
 PropertyDefined By
  interfaceName : String
[read-only] Returns the interface name String.
IInterface
  library : String
[read-only] Returns the value of the library String.
IInterface
Property Detail

interfaceName

property
interfaceName:String  [read-only]

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Runtime Versions: AIR 2.6, Flash Player 10.2

Returns the interface name String.



Implementation
    public function get interfaceName():String

library

property 
library:String  [read-only]

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
Runtime Versions: AIR 2.6, Flash Player 10.2

Returns the value of the library String.



Implementation
    public function get library():String