|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.enterprise.deploy.shared.ModuleType
An enumeration of j2ee module types.
Field Summary | |
static ModuleType |
CAR
The module type for an CAR |
static ModuleType |
EAR
The module type for an EAR |
static ModuleType |
EJB
The module type for an EJB |
static ModuleType |
RAR
The module type for an RAR |
static ModuleType |
WAR
The module type for an WAR |
Constructor Summary | |
protected |
ModuleType(int value)
Create a new ModuleType |
Method Summary | |
protected ModuleType[] |
getEnumValueTable()
Get the enumerated values for module type |
String |
getModuleExtension()
Get the file extension for this module |
static ModuleType |
getModuleType(int type)
Get the module type for an integer |
protected int |
getOffset()
Return the offset of the first element |
protected String[] |
getStringTable()
Get the string table for class module type. |
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 ModuleType EAR
public static final ModuleType EJB
public static final ModuleType CAR
public static final ModuleType RAR
public static final ModuleType WAR
Constructor Detail |
protected ModuleType(int value)
value
- the valueMethod Detail |
public int getValue()
protected String[] getStringTable()
protected ModuleType[] getEnumValueTable()
public String getModuleExtension()
public static ModuleType getModuleType(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 |