Pacchetto | com.adobe.mosaic.om.interfaces |
Interfaccia | public interface IClassServiceProperty |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10.0 |
Versioni runtime: | AIR 2.6, Flash Player 10.2 |
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.
Proprietà pubbliche
Proprietà | Definito da | ||
---|---|---|---|
name : String [sola lettura]
Returns the name of the property
| IClassServiceProperty | ||
type : String [sola lettura]
Returns the type of the property
| IClassServiceProperty |
Descrizione delle proprietà
name | proprietà |
name:String
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versioni runtime: | AIR 2.6, Flash Player 10.2 |
Returns the name of the property
Implementazione
public function get name():String
type | proprietà |
type:String
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versioni runtime: | AIR 2.6, Flash Player 10.2 |
Returns the type of the property
Implementazione
public function get type():String
Tue Jun 12 2018, 02:44 PM Z