| Paquete | com.adobe.mosaic.om.interfaces |
| Interfaz | public interface IClassServiceProperty |
| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10.0 |
| Versiones de motor de ejecución: | 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.
Propiedades públicas
| Propiedad | Definido por | ||
|---|---|---|---|
| name : String [solo lectura]
Returns the name of the property
| IClassServiceProperty | ||
| type : String [solo lectura]
Returns the type of the property
| IClassServiceProperty | ||
Información sobre propiedades
name | propiedad |
name:String [solo lectura] | Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Versiones de motor de ejecución: | AIR 2.6, Flash Player 10.2 |
Returns the name of the property
Implementación
public function get name():Stringtype | propiedad |
type:String [solo lectura] | Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Versiones de motor de ejecución: | AIR 2.6, Flash Player 10.2 |
Returns the type of the property
Implementación
public function get type():StringTue Jun 12 2018, 02:12 PM Z