public class EnvironmentEntryMetaData extends ResourceInjectionMetaDataWithDescriptions
| Constructor and Description |
|---|
EnvironmentEntryMetaData()
Create a new EnvironmentEntryMetaData.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getEnvEntryName()
Get the envEntryName.
|
String |
getType()
Get the type.
|
String |
getValue()
Get the value.
|
void |
setEnvEntryName(String envEntryName)
Set the envEntryName.
|
void |
setType(String type)
Set the type.
|
void |
setValue(String value)
Set the value.
|
getDescriptions, setDescriptionsgetIgnoreDependency, getInjectionTargets, getJndiName, getLookupName, getMappedName, getName, getResolvedJndiName, isDependencyIgnored, setIgnoreDependency, setInjectionTargets, setJndiName, setLookupName, setMappedName, setResolvedJndiNameequals, getKey, hashCode, setName, toStringclone, getId, setIdpublic EnvironmentEntryMetaData()
public String getEnvEntryName()
public void setEnvEntryName(String envEntryName)
envEntryName - the envEntryName.IllegalArgumentException - for a null envEntryNamepublic String getType()
public void setType(String type)
type - the type.IllegalArgumentException - for a null typepublic String getValue()
public void setValue(String value)
value - the value.IllegalArgumentException - for a null valueCopyright © 2017 JBoss by Red Hat. All rights reserved.