Pakiet | com.adobe.mosaic.om.interfaces |
Interfejs | public interface IReferenceServiceProperty |
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 |
IReferenceServiceProperty
interface provides methods for getting a name,
a reference name, and an IService. It identifies a property defined within a Reference
which represents an instance that may be injected into a Class property. In other words,
it represents a reference to an IClassServiceProperty that is located within the same descriptor.
Właściwości publiczne
Właściwość | Zdefiniowane przez | ||
---|---|---|---|
name : String [tylko do odczytu]
Returns the name of the Reference Service Property
| IReferenceServiceProperty | ||
reference : String [tylko do odczytu]
Returns the reference value of the Reference Service Property
| IReferenceServiceProperty | ||
service : IService [tylko do odczytu]
Returns the service as an IService of the Reference Service Property
| IReferenceServiceProperty |
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 Reference Service Property
Implementacja
public function get name():String
reference | właściwość |
reference: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 reference value of the Reference Service Property
Implementacja
public function get reference():String
service | właściwość |
service:IService
[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 service as an IService of the Reference Service Property
Implementacja
public function get service():IService
Powiązane elementy interfejsu API
Tue Jun 12 2018, 12:06 PM Z