|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.enterprise.deploy.shared.ModuleType
An enumeration of j2ee module types.
Field Summary | |
static ModuleType (src) |
CAR
The module type for an CAR |
static ModuleType (src) |
EAR
The module type for an EAR |
static ModuleType (src) |
EJB
The module type for an EJB |
static ModuleType (src) |
RAR
The module type for an RAR |
static ModuleType (src) |
WAR
The module type for an WAR |
Constructor Summary | |
protected |
ModuleType(int value)
Create a new ModuleType |
Method Summary | |
protected ModuleType (src) [] |
getEnumValueTable()
Get the enumerated values for module type |
java.lang.String |
getModuleExtension()
Get the file extension for this module |
static ModuleType (src) |
getModuleType(int type)
Get the module type for an integer |
protected int |
getOffset()
Return the offset of the first element |
protected java.lang.String[] |
getStringTable()
Get the string table for class module type. |
int |
getValue()
Get the value |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final ModuleType (src) EAR
public static final ModuleType (src) EJB
public static final ModuleType (src) CAR
public static final ModuleType (src) RAR
public static final ModuleType (src) WAR
Constructor Detail |
protected ModuleType(int value)
value
- the valueMethod Detail |
public int getValue()
protected java.lang.String[] getStringTable()
protected ModuleType (src) [] getEnumValueTable()
public java.lang.String getModuleExtension()
public static ModuleType (src) getModuleType(int type)
type
- the type
public java.lang.String toString()
protected int getOffset()
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |