パッケージ | com.adobe.dct.model |
クラス | public class ConfigModel |
継承 | ConfigModel Object |
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Data Dictionary Building Block 9.5 |
ランタイムバージョン: | AIR (unsupported), Flash Player 10.2 |
パブリックプロパティ
プロパティ | 定義元 | ||
---|---|---|---|
amfChannelURI : String
The amfChannel URI. | ConfigModel | ||
channelSet : ChannelSet
The authenticated ChannelSet. | ConfigModel | ||
constructor : Object
指定されたオブジェクトインスタンスのクラスオブジェクトまたはコンストラクター関数への参照です。 | 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 |
パブリックメソッド
メソッド | 定義元 | ||
---|---|---|---|
Constructor. | ConfigModel | ||
[静的]
This static method returns the instance of a singleton. | ConfigModel | ||
オブジェクトに指定されたプロパティが定義されているかどうかを示します。 | Object | ||
Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。 | Object | ||
指定されたプロパティが存在し、列挙できるかどうかを示します。 | Object | ||
ループ処理に対するダイナミックプロパティの可用性を設定します。 | Object | ||
ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。 | Object | ||
指定されたオブジェクトのストリング表現を返します。 | Object | ||
指定されたオブジェクトのプリミティブな値を返します。 | Object |
プロパティの詳細
amfChannelURI | プロパティ |
channelSet | プロパティ |
channelSet:ChannelSet
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Data Dictionary Building Block 9.5 |
ランタイムバージョン: | AIR (unsupported), Flash Player 10.2 |
The authenticated ChannelSet.
実装
public function get channelSet():ChannelSet
public function set channelSet(value:ChannelSet):void
password | プロパティ |
serverPort | プロパティ |
serverUrl | プロパティ |
username | プロパティ |
コンストラクターの詳細
ConfigModel | () | コンストラクター |
public function ConfigModel()
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Data Dictionary Building Block 9.5 |
ランタイムバージョン: | AIR (unsupported), Flash Player 10.2 |
Constructor.
メソッドの詳細
getInstance | () | メソッド |
public static function getInstance():ConfigModel
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Data Dictionary Building Block 9.5 |
ランタイムバージョン: | AIR (unsupported), Flash Player 10.2 |
This static method returns the instance of a singleton.
戻り値ConfigModel — The internal reference to the ConfigModel.
|
Tue Jun 12 2018, 10:34 AM Z