|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.enterprise.deploy.shared.DConfigBeanVersionType
An enumeration of deployment status action types.
Field Summary | |
static DConfigBeanVersionType |
V1_3
The version type for J2EE 1.3 |
static DConfigBeanVersionType |
V1_3_1
The version type for J2EE 1.3.1 - DO NOT USE |
static DConfigBeanVersionType |
V1_4
The version type for J2EE 1.4 |
Constructor Summary | |
protected |
DConfigBeanVersionType(int value)
Create a new DConfigBeanVersionType |
Method Summary | |
static DConfigBeanVersionType |
getDConfigBeanVersionType(int type)
Get the version type for an integer |
protected DConfigBeanVersionType[] |
getEnumValueTable()
Get the enumerated values for module type |
protected int |
getOffset()
Return the offset of the first element |
protected String[] |
getStringTable()
Get the string table for class DConfigBeanVersion type [todo] check this? |
int |
getValue()
Get the value |
String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final DConfigBeanVersionType V1_3
public static final DConfigBeanVersionType V1_3_1
public static final DConfigBeanVersionType V1_4
Constructor Detail |
protected DConfigBeanVersionType(int value)
value
- the valueMethod Detail |
public int getValue()
protected String[] getStringTable()
protected DConfigBeanVersionType[] getEnumValueTable()
public static DConfigBeanVersionType getDConfigBeanVersionType(int type)
type
- the type
public String toString()
protected int getOffset()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |