Package | com.adobe.mosaic.om.interfaces |
Interface | public 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 |
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
Property | Defined 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
Mon Nov 28 2011, 06:48 AM -08:00