パッケージ | com.adobe.solutions.prm.constant |
クラス | public class ProjectStatus |
継承 | ProjectStatus Object |
サブクラス | LocalizedProjectStatus |
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Project Management Building Block 10.0 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
パブリックプロパティ
パブリックメソッド
メソッド | 定義元 | ||
---|---|---|---|
The constructor of ProjectStatus class. | ProjectStatus | ||
オブジェクトに指定されたプロパティが定義されているかどうかを示します。 | Object | ||
Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。 | Object | ||
指定されたプロパティが存在し、列挙できるかどうかを示します。 | Object | ||
ループ処理に対するダイナミックプロパティの可用性を設定します。 | Object | ||
ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。 | Object | ||
指定されたオブジェクトのストリング表現を返します。 | Object | ||
指定されたオブジェクトのプリミティブな値を返します。 | Object |
パブリック定数
定数 | 定義元 | ||
---|---|---|---|
GREEN : String = "GREEN" [静的]
Green status indicates expected progress. | ProjectStatus | ||
RED : String = "RED" [静的]
Red status indicates either an error condition or a situation where user action is required. | ProjectStatus | ||
TYPES : Array [静的]
An array of all the statuses of a project or workitem. | ProjectStatus |
コンストラクターの詳細
ProjectStatus | () | コンストラクター |
public function ProjectStatus()
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Project Management Building Block 10.0 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
The constructor of ProjectStatus
class.
定数の詳細
GREEN | 定数 |
public static const GREEN:String = "GREEN"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Project Management Building Block 10.0 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
Green status indicates expected progress.
RED | 定数 |
public static const RED:String = "RED"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Project Management Building Block 10.0 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
Red status indicates either an error condition or a situation where user action is required. For example, a missed deadline or schedule not attached to an asset.
TYPES | 定数 |
public static const TYPES:Array
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Project Management Building Block 10.0 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
An array of all the statuses of a project or workitem.
Tue Jun 12 2018, 10:34 AM Z