public class DConfigBeanVersionType extends ObjectSE
修飾子と型 | フィールドと説明 |
---|---|
static DConfigBeanVersionType | V1_3 J2EE プラットフォームバージョン 1.3 |
static DConfigBeanVersionType | V1_3_1 J2EE プラットフォームバージョン 1.3.1 この定数は絶対に使用しないでください。 |
static DConfigBeanVersionType | V1_4 J2EE プラットフォームバージョン 1.4 |
static DConfigBeanVersionType | V5 Java EE プラットフォームバージョン 5 |
修飾子 | コンストラクターと説明 |
---|---|
protected | DConfigBeanVersionType(int value) 指定された整数値で新しい列挙値を構築します。 |
修飾子と型 | メソッドと説明 |
---|---|
static DConfigBeanVersionType | getDConfigBeanVersionType(int value) 指定された値のオブジェクトを返します。 |
protected DConfigBeanVersionType[] | getEnumValueTable() クラス DConfigBeanVersionType の列挙値テーブルを返す |
protected int | getOffset() この列挙値の列挙クラスで使用される最小の整数値を返します。 |
protected StringSE[] | getStringTable() クラス DConfigBeanVersionType の文字列テーブルを返す |
int | getValue() この列挙値の整数値を返します。 |
StringSE | toString() この DConfigBeanVersionType の文字列名、またはテーブルの境界外の場合は整数値を返す |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, waitSE, waitSE, waitSE
public static final DConfigBeanVersionType V1_3
public static final DConfigBeanVersionType V1_3_1
public static final DConfigBeanVersionType V1_4
public static final DConfigBeanVersionType V5
protected DConfigBeanVersionType(int value)
value
- 整数値。public int getValue()
protected StringSE[] getStringTable()
protected DConfigBeanVersionType[] getEnumValueTable()
public static DConfigBeanVersionType getDConfigBeanVersionType(int value)
value
- オブジェクトの指定子。public StringSE toString()
ObjectSE
の toStringSE
protected int getOffset()
デフォルトの実装は 0 を返します。
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.