|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Module
The module element represents a single J2EE module and contains an ejb, java, or web element, which indicates the module type and contains a path to the module file, and an optional alt-dd element, which specifies an optional URI to the post-assembly version of the deployment descriptor. The application deployment descriptor must have one module element for each J2EE module in the application package.
Method Summary | |
---|---|
java.lang.String |
getAltDD()
|
Application |
getApplication()
|
java.lang.String |
getUri()
|
boolean |
isConnectorModule()
Returns boolean value if this Module represents a ConnectorModule |
boolean |
isEjbModule()
Returns boolean value if this Module represents a EjbModule |
boolean |
isJavaModule()
Returns boolean value if this Module represents a JavaClientModule(ApplicationClient) |
boolean |
isWebModule()
Returns boolean value if this Module represents a WebModule |
void |
setAltDD(java.lang.String value)
|
void |
setApplication(Application value)
|
void |
setUri(java.lang.String value)
|
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
boolean isConnectorModule()
boolean isEjbModule()
boolean isJavaModule()
boolean isWebModule()
java.lang.String getUri()
void setUri(java.lang.String value)
value
- The new value of the Uri attributejava.lang.String getAltDD()
void setAltDD(java.lang.String value)
value
- The new value of the AltDD attributeApplication getApplication()
void setApplication(Application value)
value
- The new value of the Application reference
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |