| Pakiet | com.adobe.mosaic.om.interfaces |
| Interfejs | public interface IClassServiceProperty |
| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10.0 |
| Wersje środowiska wykonawczego: | 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.
Właściwości publiczne
| Właściwość | Zdefiniowane przez | ||
|---|---|---|---|
| name : String [tylko do odczytu]
Returns the name of the property
| IClassServiceProperty | ||
| type : String [tylko do odczytu]
Returns the type of the property
| IClassServiceProperty | ||
Szczegół właściwości
name | właściwość |
name:String [tylko do odczytu] | Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
Returns the name of the property
Implementacja
public function get name():Stringtype | właściwość |
type:String [tylko do odczytu] | Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
Returns the type of the property
Implementacja
public function get type():StringTue Jun 12 2018, 12:06 PM Z