public interface EnvEntryType<T>
extends org.jboss.shrinkwrap.descriptor.api.Child<T>
env-entryType
xsd typeModifier and Type | Method and Description |
---|---|
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(EnvEntryTypeValuesType envEntryType)
Sets the
env-entry-type 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.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.lang.String |
getId()
Returns the
id attribute |
EnvEntryType<T> |
id(java.lang.String id)
Sets the
id attribute |
EnvEntryType<T> |
removeAllDescription()
Removes the
description element |
EnvEntryType<T> |
removeEnvEntryName()
Removes the
env-entry-name element |
EnvEntryType<T> |
removeEnvEntryType()
Removes the
env-entry-type attribute |
EnvEntryType<T> |
removeEnvEntryValue()
Removes the
env-entry-value element |
EnvEntryType<T> |
removeId()
Removes the
id attribute |
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(EnvEntryTypeValuesType envEntryType)
env-entry-type
elementenvEntryType
- the value for the element env-entry-type
EnvEntryType
EnvEntryType<T> envEntryType(java.lang.String envEntryType)
env-entry-type
elementenvEntryType
- the value for the element env-entry-type
EnvEntryType
EnvEntryTypeValuesType getEnvEntryType()
env-entry-type
elementenv-entry-type
java.lang.String getEnvEntryTypeAsString()
env-entry-type
elementenv-entry-type
EnvEntryType<T> removeEnvEntryType()
env-entry-type
attributeEnvEntryType
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)