org.jboss.shrinkwrap.descriptor.api.facesconfig20
Interface FacesConfigMapEntryType<T>

All Superinterfaces:
Child<T>

public interface FacesConfigMapEntryType<T>
extends Child<T>

This interface defines the contract for the faces-config-map-entryType xsd type

Since:
Generation date :2013-01-26T19:26:58.657+01:00
Author:
Ralf Battenfeld, Andrew Lee Rubinger

Method Summary
 String getId()
          Returns the id attribute
 String getKey()
          Returns the key element
 String getValue()
          Returns the value element
 FacesConfigMapEntryType<T> id(String id)
          Sets the id attribute
 Boolean isNullValue()
          Removes the null-value element
 FacesConfigMapEntryType<T> key(String key)
          Sets the key element
 FacesConfigMapEntryType<T> nullValue()
          Sets the null-value element
 FacesConfigMapEntryType<T> removeId()
          Removes the id attribute
 FacesConfigMapEntryType<T> removeKey()
          Removes the key element
 FacesConfigMapEntryType<T> removeNullValue()
          Removes the null-value element
 FacesConfigMapEntryType<T> removeValue()
          Removes the value element
 FacesConfigMapEntryType<T> value(String value)
          Sets the value element
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

key

FacesConfigMapEntryType<T> key(String key)
Sets the key element

Parameters:
key - the value for the element key
Returns:
the current instance of FacesConfigMapEntryType

getKey

String getKey()
Returns the key element

Returns:
the node defined for the element key

removeKey

FacesConfigMapEntryType<T> removeKey()
Removes the key element

Returns:
the current instance of FacesConfigMapEntryType

nullValue

FacesConfigMapEntryType<T> nullValue()
Sets the null-value element

Returns:
the current instance of FacesConfigMapEntryType

isNullValue

Boolean isNullValue()
Removes the null-value element

Returns:
the current instance of FacesConfigMapEntryType

removeNullValue

FacesConfigMapEntryType<T> removeNullValue()
Removes the null-value element

Returns:
the current instance of FacesConfigMapEntryType

value

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

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

getValue

String getValue()
Returns the value element

Returns:
the node defined for the element value

removeValue

FacesConfigMapEntryType<T> removeValue()
Removes the value element

Returns:
the current instance of FacesConfigMapEntryType

id

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

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

getId

String getId()
Returns the id attribute

Returns:
the value defined for the attribute id

removeId

FacesConfigMapEntryType<T> removeId()
Removes the id attribute

Returns:
the current instance of FacesConfigMapEntryType


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