ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
com.adobe.dct.model 

ConfigModel  - AS3 Data Dictionary

Packagecom.adobe.dct.model
Classpublic class ConfigModel
InheritanceConfigModel Inheritance Object

Language Version: ActionScript 3.0
Product Version: Data Dictionary Building Block 9.5
Runtime Versions: AIR (unsupported), Flash Player 10.2

The domain model for configuration.



Public Properties
 PropertyDefined By
  amfChannelURI : String
The amfChannel URI.
ConfigModel
  channelSet : ChannelSet
The authenticated ChannelSet.
ConfigModel
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
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
Public Methods
 MethodDefined By
  
Constructor.
ConfigModel
  
[static] This static method returns the instance of a singleton.
ConfigModel
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Property Detail

amfChannelURI

property
amfChannelURI:String

Language Version: ActionScript 3.0
Product Version: Data Dictionary Building Block 9.5
Runtime Versions: AIR (unsupported), Flash Player 10.2

The amfChannel URI.



Implementation
    public function get amfChannelURI():String
    public function set amfChannelURI(value:String):void

channelSet

property 
channelSet:ChannelSet

Language Version: ActionScript 3.0
Product Version: Data Dictionary Building Block 9.5
Runtime Versions: AIR (unsupported), Flash Player 10.2

The authenticated ChannelSet.



Implementation
    public function get channelSet():ChannelSet
    public function set channelSet(value:ChannelSet):void

password

property 
password:String

Language Version: ActionScript 3.0
Product Version: Data Dictionary Building Block 9.5
Runtime Versions: AIR (unsupported), Flash Player 10.2

The password.



Implementation
    public function get password():String
    public function set password(value:String):void

serverPort

property 
serverPort:String

Language Version: ActionScript 3.0
Product Version: Data Dictionary Building Block 9.5
Runtime Versions: AIR (unsupported), Flash Player 10.2

The server port.



Implementation
    public function get serverPort():String
    public function set serverPort(value:String):void

serverUrl

property 
serverUrl:String

Language Version: ActionScript 3.0
Product Version: Data Dictionary Building Block 9.5
Runtime Versions: AIR (unsupported), Flash Player 10.2

The URL of the server.



Implementation
    public function get serverUrl():String
    public function set serverUrl(value:String):void

username

property 
username:String

Language Version: ActionScript 3.0
Product Version: Data Dictionary Building Block 9.5
Runtime Versions: AIR (unsupported), Flash Player 10.2

The username.



Implementation
    public function get username():String
    public function set username(value:String):void
Constructor Detail

ConfigModel

()Constructor
public function ConfigModel()

Language Version: ActionScript 3.0
Product Version: Data Dictionary Building Block 9.5
Runtime Versions: AIR (unsupported), Flash Player 10.2

Constructor.

Method Detail

getInstance

()method
public static function getInstance():ConfigModel

Language Version: ActionScript 3.0
Product Version: Data Dictionary Building Block 9.5
Runtime Versions: AIR (unsupported), Flash Player 10.2

This static method returns the instance of a singleton.

Returns
ConfigModel — The internal reference to the ConfigModel.