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 :2013-01-26T19:26:58.316+01: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


Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.