ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

All Superinterfaces:
Child<T>

public interface FacesConfigConverterType<T>
extends Child<T>

This interface defines the contract for the faces-config-converterType xsd type

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

Method Summary
 FacesConfigConverterType<T> converterClass(String converterClass)
          Sets the converter-class element
 FacesConfigConverterType<T> converterExtension()
          Sets the converter-extension element
 FacesConfigConverterType<T> converterForClass(String converterForClass)
          Sets the converter-for-class element
 FacesConfigConverterType<T> converterId(String converterId)
          Sets the converter-id element
 FacesConfigAttributeType<FacesConfigConverterType<T>> createAttribute()
          Creates a new attribute element
 IconType<FacesConfigConverterType<T>> createIcon()
          Creates a new icon element
 FacesConfigPropertyType<FacesConfigConverterType<T>> createProperty()
          Creates a new property element
 FacesConfigConverterType<T> description(String... values)
          Creates for all String objects representing description elements, a new description element
 FacesConfigConverterType<T> displayName(String... values)
          Creates for all String objects representing display-name elements, a new display-name element
 List<FacesConfigAttributeType<FacesConfigConverterType<T>>> getAllAttribute()
          Returns all attribute elements
 List<String> getAllDescription()
          Returns all description elements
 List<String> getAllDisplayName()
          Returns all display-name elements
 List<IconType<FacesConfigConverterType<T>>> getAllIcon()
          Returns all icon elements
 List<FacesConfigPropertyType<FacesConfigConverterType<T>>> getAllProperty()
          Returns all property elements
 String getConverterClass()
          Returns the converter-class element
 String getConverterForClass()
          Returns the converter-for-class element
 String getConverterId()
          Returns the converter-id element
 FacesConfigAttributeType<FacesConfigConverterType<T>> getOrCreateAttribute()
          If not already created, a new attribute element will be created and returned.
 IconType<FacesConfigConverterType<T>> getOrCreateIcon()
          If not already created, a new icon element will be created and returned.
 FacesConfigPropertyType<FacesConfigConverterType<T>> getOrCreateProperty()
          If not already created, a new property element will be created and returned.
 Boolean isConverterExtension()
          Removes the converter-extension element
 FacesConfigConverterType<T> removeAllAttribute()
          Removes all attribute elements
 FacesConfigConverterType<T> removeAllDescription()
          Removes the description element
 FacesConfigConverterType<T> removeAllDisplayName()
          Removes the display-name element
 FacesConfigConverterType<T> removeAllIcon()
          Removes all icon elements
 FacesConfigConverterType<T> removeAllProperty()
          Removes all property elements
 FacesConfigConverterType<T> removeConverterClass()
          Removes the converter-class element
 FacesConfigConverterType<T> removeConverterExtension()
          Removes the converter-extension element
 FacesConfigConverterType<T> removeConverterForClass()
          Removes the converter-for-class element
 FacesConfigConverterType<T> removeConverterId()
          Removes the converter-id element
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

description

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

getAllDescription

List<String> getAllDescription()
Returns all description elements

Returns:
list of description

removeAllDescription

FacesConfigConverterType<T> removeAllDescription()
Removes the description element

Returns:
the current instance of FacesConfigConverterType

displayName

FacesConfigConverterType<T> displayName(String... values)
Creates for all String objects representing display-name elements, a new display-name element

Parameters:
values - list of display-name objects
Returns:
the current instance of FacesConfigConverterType

getAllDisplayName

List<String> getAllDisplayName()
Returns all display-name elements

Returns:
list of display-name

removeAllDisplayName

FacesConfigConverterType<T> removeAllDisplayName()
Removes the display-name element

Returns:
the current instance of FacesConfigConverterType

getOrCreateIcon

IconType<FacesConfigConverterType<T>> getOrCreateIcon()
If not already created, a new icon element will be created and returned. Otherwise, the first existing icon element will be returned.

Returns:
the instance defined for the element icon

createIcon

IconType<FacesConfigConverterType<T>> createIcon()
Creates a new icon element

Returns:
the new created instance of IconType>

getAllIcon

List<IconType<FacesConfigConverterType<T>>> getAllIcon()
Returns all icon elements

Returns:
list of icon

removeAllIcon

FacesConfigConverterType<T> removeAllIcon()
Removes all icon elements

Returns:
the current instance of IconType>

converterId

FacesConfigConverterType<T> converterId(String converterId)
Sets the converter-id element

Parameters:
converterId - the value for the element converter-id
Returns:
the current instance of FacesConfigConverterType

getConverterId

String getConverterId()
Returns the converter-id element

Returns:
the node defined for the element converter-id

removeConverterId

FacesConfigConverterType<T> removeConverterId()
Removes the converter-id element

Returns:
the current instance of FacesConfigConverterType

converterForClass

FacesConfigConverterType<T> converterForClass(String converterForClass)
Sets the converter-for-class element

Parameters:
converterForClass - the value for the element converter-for-class
Returns:
the current instance of FacesConfigConverterType

getConverterForClass

String getConverterForClass()
Returns the converter-for-class element

Returns:
the node defined for the element converter-for-class

removeConverterForClass

FacesConfigConverterType<T> removeConverterForClass()
Removes the converter-for-class element

Returns:
the current instance of FacesConfigConverterType

converterClass

FacesConfigConverterType<T> converterClass(String converterClass)
Sets the converter-class element

Parameters:
converterClass - the value for the element converter-class
Returns:
the current instance of FacesConfigConverterType

getConverterClass

String getConverterClass()
Returns the converter-class element

Returns:
the node defined for the element converter-class

removeConverterClass

FacesConfigConverterType<T> removeConverterClass()
Removes the converter-class element

Returns:
the current instance of FacesConfigConverterType

getOrCreateAttribute

FacesConfigAttributeType<FacesConfigConverterType<T>> getOrCreateAttribute()
If not already created, a new attribute element will be created and returned. Otherwise, the first existing attribute element will be returned.

Returns:
the instance defined for the element attribute

createAttribute

FacesConfigAttributeType<FacesConfigConverterType<T>> createAttribute()
Creates a new attribute element

Returns:
the new created instance of FacesConfigAttributeType>

getAllAttribute

List<FacesConfigAttributeType<FacesConfigConverterType<T>>> getAllAttribute()
Returns all attribute elements

Returns:
list of attribute

removeAllAttribute

FacesConfigConverterType<T> removeAllAttribute()
Removes all attribute elements

Returns:
the current instance of FacesConfigAttributeType>

getOrCreateProperty

FacesConfigPropertyType<FacesConfigConverterType<T>> getOrCreateProperty()
If not already created, a new property element will be created and returned. Otherwise, the first existing property element will be returned.

Returns:
the instance defined for the element property

createProperty

FacesConfigPropertyType<FacesConfigConverterType<T>> createProperty()
Creates a new property element

Returns:
the new created instance of FacesConfigPropertyType>

getAllProperty

List<FacesConfigPropertyType<FacesConfigConverterType<T>>> getAllProperty()
Returns all property elements

Returns:
list of property

removeAllProperty

FacesConfigConverterType<T> removeAllProperty()
Removes all property elements

Returns:
the current instance of FacesConfigPropertyType>

converterExtension

FacesConfigConverterType<T> converterExtension()
Sets the converter-extension element

Returns:
the current instance of FacesConfigConverterType

isConverterExtension

Boolean isConverterExtension()
Removes the converter-extension element

Returns:
the current instance of FacesConfigConverterType

removeConverterExtension

FacesConfigConverterType<T> removeConverterExtension()
Removes the converter-extension element

Returns:
the current instance of FacesConfigConverterType

ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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