(Beta)
Package | com.adobe.dct.model |
Class | public class ConfigModel |
Inheritance | ConfigModel Object |
Language Version: | ActionScript 3.0 |
Product Version: | Data Dictionary Building Block 9.5 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
Public Properties
Property | Defined By | ||
---|---|---|---|
amfChannelURI : String
Specifies the amfChannel URI. | ConfigModel | ||
channelSet : ChannelSet
Specifies the authenticated ChannelSet. | ConfigModel | ||
constructor : Object
A reference to the class object or constructor function for a given object instance. | Object | ||
password : String
Specifies the password. | ConfigModel | ||
serverPort : String
Specifies the server port. | ConfigModel | ||
serverUrl : String
Specifies the URL of the server. | ConfigModel | ||
username : String
Specifies the username. | ConfigModel |
Public Methods
Method | Defined By | ||
---|---|---|---|
Constructor. | ConfigModel | ||
[static]
A static method that returns the instance of a singleton. | ConfigModel | ||
Indicates whether an object has a specified property defined. | Object | ||
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter. | Object | ||
Indicates whether the specified property exists and is enumerable. | Object | ||
Sets the availability of a dynamic property for loop operations. | Object | ||
Returns the string representation of this object, formatted according to locale-specific conventions. | Object | ||
Returns the string representation of the specified object. | Object | ||
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 1.0, Flash Player 9, Flash Player 10 |
Specifies 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 1.0, Flash Player 9, Flash Player 10 |
Specifies the authenticated ChannelSet.
Implementation
public function get channelSet():ChannelSet
public function set channelSet(value:ChannelSet):void
password | property |
serverPort | property |
serverUrl | property |
username | property |
Constructor Detail
ConfigModel | () | Constructor |
public function ConfigModel()
Language Version: | ActionScript 3.0 |
Product Version: | Data Dictionary Building Block 9.5 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
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 1.0, Flash Player 9, Flash Player 10 |
A static method that returns the instance of a singleton.
ReturnsConfigModel — The internal reference to the ConfigModel.
|
Wed Nov 21 2018, 06:34 AM -08:00