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