public class ActionType extends ObjectSE
修飾子と型 | フィールドと説明 |
---|---|
static ActionType | CANCEL DeploymentManager アクションコマンドでキャンセル操作が実行されています。 |
static ActionType | EXECUTE DeploymentManager アクションコマンドを実行しています。 |
static ActionType | STOP DeploymentManager アクションコマンドで停止操作が実行されています。 |
修飾子 | コンストラクターと説明 |
---|---|
protected | ActionType(int value) 指定された整数値で新しい列挙値を構築します。 |
修飾子と型 | メソッドと説明 |
---|---|
static ActionType | getActionType(int value) 指定された値のオブジェクトを返します。 |
protected ActionType[] | getEnumValueTable() クラス ActionType の列挙値テーブルを返す |
protected int | getOffset() この列挙値の列挙クラスで使用される最小の整数値を返します。 |
protected StringSE[] | getStringTable() クラス ActionType の文字列テーブルを返す |
int | getValue() この列挙値の整数値を返します。 |
StringSE | toString() この ActionType の文字列名、またはテーブルの境界外の場合は整数値を返す |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, waitSE, waitSE, waitSE
public static final ActionType EXECUTE
public static final ActionType CANCEL
public static final ActionType STOP
public int getValue()
protected StringSE[] getStringTable()
protected ActionType[] getEnumValueTable()
public static ActionType getActionType(int value)
value
- オブジェクトの指定子。public StringSE toString()
ObjectSE
の toStringSE
protected int getOffset()
デフォルトの実装は 0 を返します。
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.