Pacote | com.adobe.mosaic.om.interfaces |
Interface | public interface IClassServiceProperty |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10.0 |
Versões de 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.
Propriedades públicas
Propriedade | Definido por | ||
---|---|---|---|
name : String [somente leitura]
Returns the name of the property
| IClassServiceProperty | ||
type : String [somente leitura]
Returns the type of the property
| IClassServiceProperty |
Detalhes da propriedade
name | propriedade |
name:String
[somente leitura] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versões de runtime: | AIR 2.6, Flash Player 10.2 |
Returns the name of the property
Implementação
public function get name():String
type | propriedade |
type:String
[somente leitura] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versões de runtime: | AIR 2.6, Flash Player 10.2 |
Returns the type of the property
Implementação
public function get type():String
Wed Jun 13 2018, 11:10 AM Z