java.lang.ObjectClass ModuleTypes defines enumeration values for the J2EE module types.javax.enterprise.deploy.shared.ModuleType
Rebecca - Searls| Field Summary | ||
|---|---|---|
| public static final ModuleType | EAR | The module is an EAR archive. |
| public static final ModuleType | EJB | The module is an Enterprise Java Bean archive. |
| public static final ModuleType | CAR | The module is an Client Application archive. |
| public static final ModuleType | RAR | The module is an Connector archive. |
| public static final ModuleType | WAR | The module is an Web Application archive. |
| Constructor: |
|---|
|
| Method from javax.enterprise.deploy.shared.ModuleType Summary: |
|---|
| getEnumValueTable, getModuleExtension, getModuleType, getOffset, getStringTable, getValue, toString |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from javax.enterprise.deploy.shared.ModuleType Detail: |
|---|
|
|
|
The default implementation returns 0. If the enumeration class (a subclass of class EnumSyntax) uses integer values starting at other than 0, override this method in the subclass. |
|
|
|