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 

IClassServiceProperty  - AS3 ADEP Composite Application

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

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 IClassServiceProperty interface provides methods for getting a Tile property or a Service property's name and type. An IClassServiceProperty identifies a property defined within a Tile or a Service into which a value may be injected.



Public Properties
 PropertyDefined By
  name : String
[read-only] Returns the name of the property
IClassServiceProperty
  type : String
[read-only] Returns the type of the property
IClassServiceProperty
Property Detail

name

property
name: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 name of the property



Implementation
    public function get name():String

type

property 
type: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 type of the property



Implementation
    public function get type():String