ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

org.jboss.shrinkwrap.descriptor.api.facesconfig21
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 :2012-05-09T23:45:03.702-07:00
Author:
Ralf Battenfeld, Andrew Lee Rubinger

Method Summary
 String getKey()
          Returns the key element
 String getValue()
          Returns the value element
 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> 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

ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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