ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

All Superinterfaces:
Child<T>

public interface ParamValueType<T>
extends Child<T>

This interface defines the contract for the param-valueType xsd type

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

Method Summary
 ParamValueType<T> description(String... values)
          Creates for all String objects representing description elements, a new description element
 List<String> getAllDescription()
          Returns all description elements
 String getParamName()
          Returns the param-name element
 String getParamValue()
          Returns the param-value element
 ParamValueType<T> paramName(String paramName)
          Sets the param-name element
 ParamValueType<T> paramValue(String paramValue)
          Sets the param-value element
 ParamValueType<T> removeAllDescription()
          Removes the description element
 ParamValueType<T> removeParamName()
          Removes the param-name element
 ParamValueType<T> removeParamValue()
          Removes the param-value element
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

description

ParamValueType<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 ParamValueType

getAllDescription

List<String> getAllDescription()
Returns all description elements

Returns:
list of description

removeAllDescription

ParamValueType<T> removeAllDescription()
Removes the description element

Returns:
the current instance of ParamValueType

paramName

ParamValueType<T> paramName(String paramName)
Sets the param-name element

Parameters:
paramName - the value for the element param-name
Returns:
the current instance of ParamValueType

getParamName

String getParamName()
Returns the param-name element

Returns:
the node defined for the element param-name

removeParamName

ParamValueType<T> removeParamName()
Removes the param-name element

Returns:
the current instance of ParamValueType

paramValue

ParamValueType<T> paramValue(String paramValue)
Sets the param-value element

Parameters:
paramValue - the value for the element param-value
Returns:
the current instance of ParamValueType

getParamValue

String getParamValue()
Returns the param-value element

Returns:
the node defined for the element param-value

removeParamValue

ParamValueType<T> removeParamValue()
Removes the param-value element

Returns:
the current instance of ParamValueType

ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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