
public interface EnvEntryType<T>
extends org.jboss.shrinkwrap.descriptor.api.Child<T>
env-entryType xsd type| Modifier 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 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(EnvEntryTypeValuesType envEntryType)
env-entry-type elementenvEntryType - the value for the element env-entry-typeEnvEntryTypeEnvEntryType<T> envEntryType(java.lang.String envEntryType)
env-entry-type elementenvEntryType - the value for the element env-entry-typeEnvEntryTypeEnvEntryTypeValuesType getEnvEntryType()
env-entry-type elementenv-entry-typejava.lang.String getEnvEntryTypeAsString()
env-entry-type elementenv-entry-typeEnvEntryType<T> removeEnvEntryType()
env-entry-type attributeEnvEntryTypeEnvEntryType<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)