Package | com.adobe.dct.model |
Classe | public class ConfigModel |
Héritage | ConfigModel Object |
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Data Dictionary 9.5 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 10.2 |
Propriétés publiques
Propriété | Défini par | ||
---|---|---|---|
amfChannelURI : String
The amfChannel URI. | ConfigModel | ||
channelSet : ChannelSet
The authenticated ChannelSet. | ConfigModel | ||
constructor : Object
Référence à l’objet de classe ou à la fonction constructeur d’une occurrence donnée d’un objet. | Object | ||
password : String
The password. | ConfigModel | ||
serverPort : String
The server port. | ConfigModel | ||
serverUrl : String
The URL of the server. | ConfigModel | ||
username : String
The username. | ConfigModel |
Méthodes publiques
Méthode | Défini par | ||
---|---|---|---|
Constructor. | ConfigModel | ||
[statique]
This static method returns the instance of a singleton. | ConfigModel | ||
Indique si la propriété spécifiée d’un objet est définie. | Object | ||
Indique si une occurrence de la classe Object figure dans la chaîne de prototype de l’objet spécifié en tant que paramètre. | Object | ||
Indique si la propriété spécifiée existe et est énumérable. | Object | ||
Définit la disponibilité d’une propriété dynamique pour les opérations en boucle. | Object | ||
Renvoie la représentation de chaîne de cet objet, formatée selon les paramètres régionaux en vigueur. | Object | ||
Renvoie la représentation sous forme de chaîne de l’objet spécifié. | Object | ||
Renvoie la valeur primitive de l’objet spécifié. | Object |
Détails de la propriété
amfChannelURI | propriété |
amfChannelURI:String
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Data Dictionary 9.5 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 10.2 |
The amfChannel URI.
Implémentation
public function get amfChannelURI():String
public function set amfChannelURI(value:String):void
channelSet | propriété |
channelSet:ChannelSet
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Data Dictionary 9.5 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 10.2 |
The authenticated ChannelSet.
Implémentation
public function get channelSet():ChannelSet
public function set channelSet(value:ChannelSet):void
password | propriété |
serverPort | propriété |
serverUrl | propriété |
serverUrl:String
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Data Dictionary 9.5 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 10.2 |
The URL of the server.
Implémentation
public function get serverUrl():String
public function set serverUrl(value:String):void
username | propriété |
Détails du constructeur
ConfigModel | () | Constructeur |
public function ConfigModel()
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Data Dictionary 9.5 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 10.2 |
Constructor.
Détails de la méthode
getInstance | () | méthode |
public static function getInstance():ConfigModel
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Data Dictionary 9.5 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 10.2 |
This static method returns the instance of a singleton.
Valeur renvoyéeConfigModel — The internal reference to the ConfigModel.
|
Tue Jun 12 2018, 09:30 AM Z