|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.shrinkwrap.descriptor.impl.jbosscommon51.EnvEntryTypeImpl<T>
public class EnvEntryTypeImpl<T>
This class implements the env-entryType
xsd type
Constructor Summary | |
---|---|
EnvEntryTypeImpl(T t,
java.lang.String nodeName,
org.jboss.shrinkwrap.descriptor.spi.Node node)
|
|
EnvEntryTypeImpl(T t,
java.lang.String nodeName,
org.jboss.shrinkwrap.descriptor.spi.Node node,
org.jboss.shrinkwrap.descriptor.spi.Node childNode)
|
Method Summary | |
---|---|
java.util.List<java.lang.String> |
getDescriptionList()
Returns all description elements |
java.lang.String |
getEnvEntryName()
Returns the env-entry-name element |
EnvEntryTypeValuesType |
getEnvEntryType()
Returns the env-entry-type element |
java.lang.String |
getEnvEntryTypeAsString()
Returns the env-entry-type element |
java.lang.String |
getEnvEntryValue()
Returns the env-entry-value element |
java.util.List<InjectionTargetType<EnvEntryType<T>>> |
getInjectionTargetList()
Returns all injection-target elements |
java.lang.String |
getJndiName()
Returns the jndi-name element |
java.lang.String |
getMappedName()
Returns the mapped-name element |
EnvEntryType<T> |
ignoreDependency()
|
InjectionTargetType<EnvEntryType<T>> |
injectionTarget()
Returns the injection-target element |
java.lang.Boolean |
isIgnoreDependency()
|
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> |
removeEnvEntryValue()
Removes the env-entry-value element |
EnvEntryType<T> |
removeJndiName()
Removes the jndi-name element |
EnvEntryType<T> |
removeMappedName()
Removes the mapped-name element |
EnvEntryType<T> |
setDescription(java.lang.String description)
Creates a new description element |
EnvEntryType<T> |
setDescriptionList(java.lang.String... values)
Creates for all String objects representing description elements,
a new description element |
EnvEntryType<T> |
setEnvEntryName(java.lang.String envEntryName)
If not already created, a new env-entry-name element with the given value will be created. |
EnvEntryType<T> |
setEnvEntryType(EnvEntryTypeValuesType envEntryType)
If not already created, a new env-entry-type element with the given value will be created. |
EnvEntryType<T> |
setEnvEntryType(java.lang.String envEntryType)
If not already created, a new env-entry-type element with the given value will be created. |
EnvEntryType<T> |
setEnvEntryValue(java.lang.String envEntryValue)
If not already created, a new env-entry-value element with the given value will be created. |
EnvEntryType<T> |
setJndiName(java.lang.String jndiName)
If not already created, a new jndi-name element with the given value will be created. |
EnvEntryType<T> |
setMappedName(java.lang.String mappedName)
If not already created, a new mapped-name element with the given value will be created. |
T |
up()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EnvEntryTypeImpl(T t, java.lang.String nodeName, org.jboss.shrinkwrap.descriptor.spi.Node node)
public EnvEntryTypeImpl(T t, java.lang.String nodeName, org.jboss.shrinkwrap.descriptor.spi.Node node, org.jboss.shrinkwrap.descriptor.spi.Node childNode)
Method Detail |
---|
public T up()
up
in interface org.jboss.shrinkwrap.descriptor.api.Child<T>
public EnvEntryType<T> setJndiName(java.lang.String jndiName)
jndi-name
element with the given value will be created.
Otherwise, the existing jndi-name
element will be updated with the given value.
setJndiName
in interface EnvEntryType<T>
EnvEntryType
public EnvEntryType<T> removeJndiName()
jndi-name
element
removeJndiName
in interface EnvEntryType<T>
EnvEntryType
public java.lang.String getJndiName()
jndi-name
element
getJndiName
in interface EnvEntryType<T>
jndi-name
public EnvEntryType<T> setMappedName(java.lang.String mappedName)
mapped-name
element with the given value will be created.
Otherwise, the existing mapped-name
element will be updated with the given value.
setMappedName
in interface EnvEntryType<T>
EnvEntryType
public EnvEntryType<T> removeMappedName()
mapped-name
element
removeMappedName
in interface EnvEntryType<T>
EnvEntryType
public java.lang.String getMappedName()
mapped-name
element
getMappedName
in interface EnvEntryType<T>
mapped-name
public EnvEntryType<T> removeAllInjectionTarget()
injection-target
elements
removeAllInjectionTarget
in interface EnvEntryType<T>
EnvEntryType
public InjectionTargetType<EnvEntryType<T>> injectionTarget()
injection-target
element
injectionTarget
in interface EnvEntryType<T>
injection-target
public java.util.List<InjectionTargetType<EnvEntryType<T>>> getInjectionTargetList()
injection-target
elements
getInjectionTargetList
in interface EnvEntryType<T>
injection-target
public EnvEntryType<T> ignoreDependency()
ignoreDependency
in interface EnvEntryType<T>
public java.lang.Boolean isIgnoreDependency()
isIgnoreDependency
in interface EnvEntryType<T>
public EnvEntryType<T> setDescription(java.lang.String description)
description
element
setDescription
in interface EnvEntryType<T>
EnvEntryType
public EnvEntryType<T> setDescriptionList(java.lang.String... values)
description
elements,
a new description
element
setDescriptionList
in interface EnvEntryType<T>
list
- of description
objects
EnvEntryType
public EnvEntryType<T> removeAllDescription()
description
element
removeAllDescription
in interface EnvEntryType<T>
EnvEntryType
public java.util.List<java.lang.String> getDescriptionList()
description
elements
getDescriptionList
in interface EnvEntryType<T>
description
public EnvEntryType<T> setEnvEntryName(java.lang.String envEntryName)
env-entry-name
element with the given value will be created.
Otherwise, the existing env-entry-name
element will be updated with the given value.
setEnvEntryName
in interface EnvEntryType<T>
EnvEntryType
public EnvEntryType<T> removeEnvEntryName()
env-entry-name
element
removeEnvEntryName
in interface EnvEntryType<T>
EnvEntryType
public java.lang.String getEnvEntryName()
env-entry-name
element
getEnvEntryName
in interface EnvEntryType<T>
env-entry-name
public EnvEntryType<T> setEnvEntryType(EnvEntryTypeValuesType envEntryType)
env-entry-type
element with the given value will be created.
Otherwise, the existing env-entry-type
element will be updated with the given value.
setEnvEntryType
in interface EnvEntryType<T>
EnvEntryType
public EnvEntryType<T> setEnvEntryType(java.lang.String envEntryType)
env-entry-type
element with the given value will be created.
Otherwise, the existing env-entry-type
element will be updated with the given value.
setEnvEntryType
in interface EnvEntryType<T>
EnvEntryType
public EnvEntryTypeValuesType getEnvEntryType()
env-entry-type
element
getEnvEntryType
in interface EnvEntryType<T>
env-entry-type
public java.lang.String getEnvEntryTypeAsString()
env-entry-type
element
getEnvEntryTypeAsString
in interface EnvEntryType<T>
env-entry-type
public EnvEntryType<T> setEnvEntryValue(java.lang.String envEntryValue)
env-entry-value
element with the given value will be created.
Otherwise, the existing env-entry-value
element will be updated with the given value.
setEnvEntryValue
in interface EnvEntryType<T>
EnvEntryType
public EnvEntryType<T> removeEnvEntryValue()
env-entry-value
element
removeEnvEntryValue
in interface EnvEntryType<T>
EnvEntryType
public java.lang.String getEnvEntryValue()
env-entry-value
element
getEnvEntryValue
in interface EnvEntryType<T>
env-entry-value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |