ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

org.jboss.shrinkwrap.descriptor.api.j2ee14
Interface EnvEntryType<T>

All Superinterfaces:
Child<T>

public interface EnvEntryType<T>
extends Child<T>

This interface defines the contract for the env-entryType xsd type

Since:
Generation date :2012-05-09T23:45:02.086-07:00
Author:
Ralf Battenfeld, Andrew Lee Rubinger

Method Summary
 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
 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
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

description

EnvEntryType<T> description(String... values)
Creates for all String objects representing description elements, a new description element

Parameters:
values - list of description objects
Returns:
the current instance of EnvEntryType

getAllDescription

List<String> getAllDescription()
Returns all description elements

Returns:
list of description

removeAllDescription

EnvEntryType<T> removeAllDescription()
Removes the description element

Returns:
the current instance of EnvEntryType

envEntryName

EnvEntryType<T> envEntryName(String envEntryName)
Sets the env-entry-name element

Parameters:
envEntryName - the value for the element env-entry-name
Returns:
the current instance of EnvEntryType

getEnvEntryName

String getEnvEntryName()
Returns the env-entry-name element

Returns:
the node defined for the element env-entry-name

removeEnvEntryName

EnvEntryType<T> removeEnvEntryName()
Removes the env-entry-name element

Returns:
the current instance of EnvEntryType

envEntryType

EnvEntryType<T> envEntryType(EnvEntryTypeValuesType envEntryType)
Sets the env-entry-type element

Parameters:
envEntryType - the value for the element env-entry-type
Returns:
the current instance of EnvEntryType

envEntryType

EnvEntryType<T> envEntryType(String envEntryType)
Sets the env-entry-type element

Parameters:
envEntryType - the value for the element env-entry-type
Returns:
the current instance of EnvEntryType

getEnvEntryType

EnvEntryTypeValuesType getEnvEntryType()
Returns the env-entry-type element

Returns:
the value found for the element env-entry-type

getEnvEntryTypeAsString

String getEnvEntryTypeAsString()
Returns the env-entry-type element

Returns:
the value found for the element env-entry-type

removeEnvEntryType

EnvEntryType<T> removeEnvEntryType()
Removes the env-entry-type attribute

Returns:
the current instance of EnvEntryType

envEntryValue

EnvEntryType<T> envEntryValue(String envEntryValue)
Sets the env-entry-value element

Parameters:
envEntryValue - the value for the element env-entry-value
Returns:
the current instance of EnvEntryType

getEnvEntryValue

String getEnvEntryValue()
Returns the env-entry-value element

Returns:
the node defined for the element env-entry-value

removeEnvEntryValue

EnvEntryType<T> removeEnvEntryValue()
Removes the env-entry-value element

Returns:
the current instance of EnvEntryType

ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.