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, setDescriptions
getIgnoreDependency, getInjectionTargets, getJndiName, getLookupName, getMappedName, getName, getResolvedJndiName, isDependencyIgnored, setIgnoreDependency, setInjectionTargets, setJndiName, setLookupName, setMappedName, setResolvedJndiName
equals, getKey, hashCode, setName, toString
clone, getId, setId
public 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 © 2016 JBoss by Red Hat. All rights reserved.