JBoss Metadata Common 7.0.4.Final-redhat-1

org.jboss.metadata.javaee.jboss
Interface NamedModule

All Known Implementing Classes:
NamedModuleImpl

public interface NamedModule

Information about an EE module's name as discussed in EE 6 Section EE.8.1.1.

Version:
$Revision$
Author:
Brian Stansberry

Method Summary
 String getModuleName()
          Gets the name of the module as configured in its deployment descriptor.
 void setModuleName(String moduleName)
          Sets the name of the module as configured in its deployment descriptor.
 

Method Detail

getModuleName

String getModuleName()
Gets the name of the module as configured in its deployment descriptor.

Returns:
the name, or null if no module name was configured in the deployment descriptor

setModuleName

void setModuleName(String moduleName)
Sets the name of the module as configured in its deployment descriptor. param moduleName the name as configured in the deployment descriptor


JBoss Metadata Common 7.0.4.Final-redhat-1

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.