public interface EnvEntryType<T>
extends org.jboss.shrinkwrap.descriptor.api.Child<T>
env-entryType xsd type| Modifier and Type | Method and Description |
|---|---|
InjectionTargetType<EnvEntryType<T>> |
createInjectionTarget()
Creates a new
injection-target element |
EnvEntryType<T> |
description(java.lang.String... values)
Creates for all String objects representing
description elements,
a new description element |
EnvEntryType<T> |
envEntryName(java.lang.String envEntryName)
Sets the
env-entry-name element |
EnvEntryType<T> |
envEntryType(java.lang.String envEntryType)
Sets the
env-entry-type element |
EnvEntryType<T> |
envEntryValue(java.lang.String envEntryValue)
Sets the
env-entry-value element |
java.util.List<java.lang.String> |
getAllDescription()
Returns all
description elements |
java.util.List<InjectionTargetType<EnvEntryType<T>>> |
getAllInjectionTarget()
Returns all
injection-target elements |
java.lang.String |
getEnvEntryName()
Returns the
env-entry-name element |
java.lang.String |
getEnvEntryType()
Returns the
env-entry-type element |
java.lang.String |
getEnvEntryValue()
Returns the
env-entry-value element |
java.lang.String |
getId()
Returns the
id attribute |
java.lang.String |
getLookupName()
Returns the
lookup-name element |
java.lang.String |
getMappedName()
Returns the
mapped-name element |
InjectionTargetType<EnvEntryType<T>> |
getOrCreateInjectionTarget()
If not already created, a new
injection-target element will be created and returned. |
EnvEntryType<T> |
id(java.lang.String id)
Sets the
id attribute |
EnvEntryType<T> |
lookupName(java.lang.String lookupName)
Sets the
lookup-name element |
EnvEntryType<T> |
mappedName(java.lang.String mappedName)
Sets the
mapped-name element |
EnvEntryType<T> |
removeAllDescription()
Removes the
description element |
EnvEntryType<T> |
removeAllInjectionTarget()
Removes all
injection-target elements |
EnvEntryType<T> |
removeEnvEntryName()
Removes the
env-entry-name element |
EnvEntryType<T> |
removeEnvEntryType()
Removes the
env-entry-type element |
EnvEntryType<T> |
removeEnvEntryValue()
Removes the
env-entry-value element |
EnvEntryType<T> |
removeId()
Removes the
id attribute |
EnvEntryType<T> |
removeLookupName()
Removes the
lookup-name element |
EnvEntryType<T> |
removeMappedName()
Removes the
mapped-name element |
EnvEntryType<T> lookupName(java.lang.String lookupName)
lookup-name elementlookupName - the value for the element lookup-nameEnvEntryTypejava.lang.String getLookupName()
lookup-name elementlookup-nameEnvEntryType<T> removeLookupName()
lookup-name elementEnvEntryTypeEnvEntryType<T> mappedName(java.lang.String mappedName)
mapped-name elementmappedName - the value for the element mapped-nameEnvEntryTypejava.lang.String getMappedName()
mapped-name elementmapped-nameEnvEntryType<T> removeMappedName()
mapped-name elementEnvEntryTypeInjectionTargetType<EnvEntryType<T>> getOrCreateInjectionTarget()
injection-target element will be created and returned.
Otherwise, the first existing injection-target element will be returned.injection-targetInjectionTargetType<EnvEntryType<T>> createInjectionTarget()
injection-target elementInjectionTargetType> java.util.List<InjectionTargetType<EnvEntryType<T>>> getAllInjectionTarget()
injection-target elementsinjection-targetEnvEntryType<T> removeAllInjectionTarget()
injection-target elementsInjectionTargetType> EnvEntryType<T> description(java.lang.String... values)
description elements,
a new description elementvalues - list of description objectsEnvEntryTypejava.util.List<java.lang.String> getAllDescription()
description elementsdescriptionEnvEntryType<T> removeAllDescription()
description elementEnvEntryTypeEnvEntryType<T> envEntryName(java.lang.String envEntryName)
env-entry-name elementenvEntryName - the value for the element env-entry-nameEnvEntryTypejava.lang.String getEnvEntryName()
env-entry-name elementenv-entry-nameEnvEntryType<T> removeEnvEntryName()
env-entry-name elementEnvEntryTypeEnvEntryType<T> envEntryType(java.lang.String envEntryType)
env-entry-type elementenvEntryType - the value for the element env-entry-typeEnvEntryTypejava.lang.String getEnvEntryType()
env-entry-type elementenv-entry-typeEnvEntryType<T> removeEnvEntryType()
env-entry-type elementEnvEntryTypeEnvEntryType<T> envEntryValue(java.lang.String envEntryValue)
env-entry-value elementenvEntryValue - the value for the element env-entry-valueEnvEntryTypejava.lang.String getEnvEntryValue()
env-entry-value elementenv-entry-valueEnvEntryType<T> removeEnvEntryValue()
env-entry-value elementEnvEntryTypeEnvEntryType<T> id(java.lang.String id)
id attributeid - the value for the attribute idEnvEntryTypejava.lang.String getId()
id attributeidEnvEntryType<T> removeId()
id attributeEnvEntryTypeCopyright © 2014 IronJacamar (http://www.ironjacamar.org)