java.io.Serializable, IdMetaData, MappableMetaDatapublic class ModuleMetaData extends NamedMetaData
| Modifier and Type | Class | Description |
|---|---|---|
static class |
ModuleMetaData.ModuleType |
| Constructor | Description |
|---|---|
ModuleMetaData() |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getAlternativeDD() |
|
java.lang.String |
getFileName() |
|
ModuleMetaData.ModuleType |
getType() |
|
java.lang.String |
getUniqueName() |
Gets the unique name for this module, as assigned by a deployer in accordance
with the EE 6 spec, Section EE.8.1.1.
|
AbstractModule |
getValue() |
|
void |
setAlternativeDD(java.lang.String altDD) |
|
void |
setUniqueName(java.lang.String uniqueName) |
Sets the unique name for this module, as assigned by a deployer in accordance
with the EE 6 spec, Section EE.8.1.1.
|
void |
setValue(AbstractModule value) |
clone, getId, setIdpublic AbstractModule getValue()
public void setValue(AbstractModule value)
public java.lang.String getAlternativeDD()
public void setAlternativeDD(java.lang.String altDD)
public java.lang.String getFileName()
public ModuleMetaData.ModuleType getType()
public java.lang.String getUniqueName()
null if the deployment processing logic has not
assigned a unique name.public void setUniqueName(java.lang.String uniqueName)
Copyright © 2018 JBoss by Red Hat. All rights reserved.