Package org.apache.openejb.jee
Class EnvEntry
- java.lang.Object
-
- org.apache.openejb.jee.EnvEntry
-
- All Implemented Interfaces:
Injectable,JndiReference,Keyable<String>
public class EnvEntry extends Object implements JndiReference
javaee6.xsdJava class for env-entryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="env-entryType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="description" type="{http://java.sun.com/xml/ns/javaee}descriptionType" maxOccurs="unbounded" minOccurs="0"/> <element name="env-entry-name" type="{http://java.sun.com/xml/ns/javaee}jndi-nameType"/> <element name="env-entry-type" type="{http://java.sun.com/xml/ns/javaee}env-entry-type-valuesType" minOccurs="0"/> <element name="env-entry-value" type="{http://java.sun.com/xml/ns/javaee}xsdStringType" minOccurs="0"/> <group ref="{http://java.sun.com/xml/ns/javaee}resourceGroup"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected TextMapdescriptionprotected StringenvEntryNameprotected StringenvEntryTypeprotected StringenvEntryValueprotected Stringidprotected Set<InjectionTarget>injectionTargetprotected StringlookupNameprotected StringmappedName
-
Method Summary
-
-
-
Field Detail
-
description
protected TextMap description
-
envEntryName
protected String envEntryName
-
envEntryType
protected String envEntryType
-
envEntryValue
protected String envEntryValue
-
mappedName
protected String mappedName
-
lookupName
protected String lookupName
-
injectionTarget
protected Set<InjectionTarget> injectionTarget
-
id
protected String id
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfaceJndiReference
-
getType
public String getType()
- Specified by:
getTypein interfaceJndiReference
-
setName
public void setName(String name)
- Specified by:
setNamein interfaceJndiReference
-
getKey
public String getKey()
Description copied from interface:KeyableGets the immutable key for this object.
-
setType
public void setType(String type)
- Specified by:
setTypein interfaceJndiReference
-
getDescriptions
public Text[] getDescriptions()
-
setDescriptions
public void setDescriptions(Text[] text)
-
getDescription
public String getDescription()
-
getEnvEntryName
public String getEnvEntryName()
-
setEnvEntryName
public void setEnvEntryName(String value)
-
getEnvEntryType
public String getEnvEntryType()
Gets the value of the envEntryType property.
-
setEnvEntryType
public void setEnvEntryType(String value)
-
getEnvEntryValue
public String getEnvEntryValue()
-
setEnvEntryValue
public void setEnvEntryValue(String value)
-
getMappedName
public String getMappedName()
- Specified by:
getMappedNamein interfaceJndiReference
-
setMappedName
public void setMappedName(String value)
- Specified by:
setMappedNamein interfaceJndiReference
-
getLookupName
public String getLookupName()
- Specified by:
getLookupNamein interfaceJndiReference
-
setLookupName
public void setLookupName(String lookupName)
- Specified by:
setLookupNamein interfaceJndiReference
-
getInjectionTarget
public Set<InjectionTarget> getInjectionTarget()
- Specified by:
getInjectionTargetin interfaceInjectable
-
getId
public String getId()
-
setId
public void setId(String value)
-
-