Package | com.adobe.mosaic.om.interfaces |
Interface | public interface IClassServiceProperty |
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10.0 |
Versions du moteur d’exécution: | 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.
Propriétés publiques
Propriété | Défini par | ||
---|---|---|---|
name : String [lecture seule]
Returns the name of the property
| IClassServiceProperty | ||
type : String [lecture seule]
Returns the type of the property
| IClassServiceProperty |
Détails de la propriété
name | propriété |
name:String
[lecture seule] Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
Returns the name of the property
Implémentation
public function get name():String
type | propriété |
type:String
[lecture seule] Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Versions du moteur d’exécution: | AIR 2.6, Flash Player 10.2 |
Returns the type of the property
Implémentation
public function get type():String
Tue Jun 12 2018, 09:30 AM Z