ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

All Superinterfaces:
Child<T>

public interface InitParamType<T>
extends Child<T>

This interface defines the contract for the init-paramType xsd type

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

Method Summary
 InitParamType<T> description(String... values)
          Creates for all String objects representing description elements, a new description element
 List<String> getAllDescription()
          Returns all description elements
 String getId()
          Returns the id attribute
 String getName()
          Returns the name element
 String getValue()
          Returns the value element
 InitParamType<T> id(String id)
          Sets the id attribute
 InitParamType<T> name(String name)
          Sets the name element
 InitParamType<T> removeAllDescription()
          Removes the description element
 InitParamType<T> removeId()
          Removes the id attribute
 InitParamType<T> removeName()
          Removes the name element
 InitParamType<T> removeValue()
          Removes the value element
 InitParamType<T> value(String value)
          Sets the value element
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

description

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

getAllDescription

List<String> getAllDescription()
Returns all description elements

Returns:
list of description

removeAllDescription

InitParamType<T> removeAllDescription()
Removes the description element

Returns:
the current instance of InitParamType

name

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

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

getName

String getName()
Returns the name element

Returns:
the node defined for the element name

removeName

InitParamType<T> removeName()
Removes the name element

Returns:
the current instance of InitParamType

value

InitParamType<T> value(String value)
Sets the value element

Parameters:
value - the value for the element value
Returns:
the current instance of InitParamType

getValue

String getValue()
Returns the value element

Returns:
the node defined for the element value

removeValue

InitParamType<T> removeValue()
Removes the value element

Returns:
the current instance of InitParamType

id

InitParamType<T> id(String id)
Sets the id attribute

Parameters:
id - the value for the attribute id
Returns:
the current instance of InitParamType

getId

String getId()
Returns the id attribute

Returns:
the value defined for the attribute id

removeId

InitParamType<T> removeId()
Removes the id attribute

Returns:
the current instance of InitParamType

ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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