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(String... values)
Creates for all String objects representing
description elements,
a new description element |
EnvEntryType<T> |
envEntryName(String envEntryName)
Sets the
env-entry-name element |
EnvEntryType<T> |
envEntryType(EnvEntryTypeValuesType envEntryType)
Sets the
env-entry-type element |
EnvEntryType<T> |
envEntryType(String envEntryType)
Sets the
env-entry-type element |
EnvEntryType<T> |
envEntryValue(String envEntryValue)
Sets the
env-entry-value element |
List<String> |
getAllDescription()
Returns all
description elements |
String |
getEnvEntryName()
Returns the
env-entry-name element |
EnvEntryTypeValuesType |
getEnvEntryType()
Returns the
env-entry-type element |
String |
getEnvEntryTypeAsString()
Returns the
env-entry-type element |
String |
getEnvEntryValue()
Returns the
env-entry-value element |
String |
getId()
Returns the
id attribute |
EnvEntryType<T> |
id(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(String... values)
description elements,
a new description elementvalues - list of description objectsEnvEntryTypeList<String> getAllDescription()
description elementsdescriptionEnvEntryType<T> removeAllDescription()
description elementEnvEntryTypeEnvEntryType<T> envEntryName(String envEntryName)
env-entry-name elementenvEntryName - the value for the element env-entry-nameEnvEntryTypeString 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(String envEntryType)
env-entry-type elementenvEntryType - the value for the element env-entry-typeEnvEntryTypeEnvEntryTypeValuesType getEnvEntryType()
env-entry-type elementenv-entry-typeString getEnvEntryTypeAsString()
env-entry-type elementenv-entry-typeEnvEntryType<T> removeEnvEntryType()
env-entry-type attributeEnvEntryTypeEnvEntryType<T> envEntryValue(String envEntryValue)
env-entry-value elementenvEntryValue - the value for the element env-entry-valueEnvEntryTypeString getEnvEntryValue()
env-entry-value elementenv-entry-valueEnvEntryType<T> removeEnvEntryValue()
env-entry-value elementEnvEntryTypeEnvEntryType<T> id(String id)
id attributeid - the value for the attribute idEnvEntryTypeString getId()
id attributeidEnvEntryType<T> removeId()
id attributeEnvEntryTypeCopyright © 2013 IronJacamar (http://www.ironjacamar.org)