ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

org.jboss.shrinkwrap.descriptor.api.portletapp20
Interface ContainerRuntimeOptionType<T>

All Superinterfaces:
Child<T>

public interface ContainerRuntimeOptionType<T>
extends Child<T>

This interface defines the contract for the container-runtime-optionType xsd type

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

Method Summary
 List<String> getAllValue()
          Returns all value elements
 String getName()
          Returns the name element
 ContainerRuntimeOptionType<T> name(String name)
          Sets the name element
 ContainerRuntimeOptionType<T> removeAllValue()
          Removes the value element
 ContainerRuntimeOptionType<T> removeName()
          Removes the name element
 ContainerRuntimeOptionType<T> value(String... values)
          Creates for all String objects representing value elements, a new value element
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

name

ContainerRuntimeOptionType<T> name(String name)
Sets the name element

Parameters:
name - the value for the element name
Returns:
the current instance of ContainerRuntimeOptionType

getName

String getName()
Returns the name element

Returns:
the node defined for the element name

removeName

ContainerRuntimeOptionType<T> removeName()
Removes the name element

Returns:
the current instance of ContainerRuntimeOptionType

value

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

Parameters:
values - list of value objects
Returns:
the current instance of ContainerRuntimeOptionType

getAllValue

List<String> getAllValue()
Returns all value elements

Returns:
list of value

removeAllValue

ContainerRuntimeOptionType<T> removeAllValue()
Removes the value element

Returns:
the current instance of ContainerRuntimeOptionType

ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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