public interface EnvEntryType<T>
extends org.jboss.shrinkwrap.descriptor.api.Child<T>
env-entryType
xsd typeModifier 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-name
EnvEntryType
java.lang.String getLookupName()
lookup-name
elementlookup-name
EnvEntryType<T> removeLookupName()
lookup-name
elementEnvEntryType
EnvEntryType<T> mappedName(java.lang.String mappedName)
mapped-name
elementmappedName
- the value for the element mapped-name
EnvEntryType
java.lang.String getMappedName()
mapped-name
elementmapped-name
EnvEntryType<T> removeMappedName()
mapped-name
elementEnvEntryType
InjectionTargetType<EnvEntryType<T>> getOrCreateInjectionTarget()
injection-target
element will be created and returned.
Otherwise, the first existing injection-target
element will be returned.injection-target
InjectionTargetType<EnvEntryType<T>> createInjectionTarget()
injection-target
elementInjectionTargetType>
java.util.List<InjectionTargetType<EnvEntryType<T>>> getAllInjectionTarget()
injection-target
elementsinjection-target
EnvEntryType<T> removeAllInjectionTarget()
injection-target
elementsInjectionTargetType>
EnvEntryType<T> description(java.lang.String... values)
description
elements,
a new description
elementvalues
- list of description
objectsEnvEntryType
java.util.List<java.lang.String> getAllDescription()
description
elementsdescription
EnvEntryType<T> removeAllDescription()
description
elementEnvEntryType
EnvEntryType<T> envEntryName(java.lang.String envEntryName)
env-entry-name
elementenvEntryName
- the value for the element env-entry-name
EnvEntryType
java.lang.String getEnvEntryName()
env-entry-name
elementenv-entry-name
EnvEntryType<T> removeEnvEntryName()
env-entry-name
elementEnvEntryType
EnvEntryType<T> envEntryType(java.lang.String envEntryType)
env-entry-type
elementenvEntryType
- the value for the element env-entry-type
EnvEntryType
java.lang.String getEnvEntryType()
env-entry-type
elementenv-entry-type
EnvEntryType<T> removeEnvEntryType()
env-entry-type
elementEnvEntryType
EnvEntryType<T> envEntryValue(java.lang.String envEntryValue)
env-entry-value
elementenvEntryValue
- the value for the element env-entry-value
EnvEntryType
java.lang.String getEnvEntryValue()
env-entry-value
elementenv-entry-value
EnvEntryType<T> removeEnvEntryValue()
env-entry-value
elementEnvEntryType
EnvEntryType<T> id(java.lang.String id)
id
attributeid
- the value for the attribute id
EnvEntryType
java.lang.String getId()
id
attributeid
EnvEntryType<T> removeId()
id
attributeEnvEntryType
Copyright © 2014 IronJacamar (http://www.ironjacamar.org)