public interface FacesConfigMapEntryType<T> extends Child<T>, JavaeeFacesConfigMapEntryCommonType<T,FacesConfigMapEntryType<T>>
faces-config-map-entryType
xsd typeModifier and Type | Method and Description |
---|---|
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 |
FacesConfigMapEntryType<T> key(String key)
key
elementkey
- the value for the element key
FacesConfigMapEntryType
String getKey()
key
elementkey
FacesConfigMapEntryType<T> removeKey()
key
elementFacesConfigMapEntryType
FacesConfigMapEntryType<T> nullValue()
null-value
elementFacesConfigMapEntryType
Boolean isNullValue()
null-value
elementFacesConfigMapEntryType
FacesConfigMapEntryType<T> removeNullValue()
null-value
elementFacesConfigMapEntryType
FacesConfigMapEntryType<T> value(String value)
value
elementvalue
- the value for the element value
FacesConfigMapEntryType
String getValue()
value
elementvalue
FacesConfigMapEntryType<T> removeValue()
value
elementFacesConfigMapEntryType
FacesConfigMapEntryType<T> id(String id)
id
attributeid
- the value for the attribute id
FacesConfigMapEntryType
String getId()
id
attributeid
FacesConfigMapEntryType<T> removeId()
id
attributeFacesConfigMapEntryType
Copyright © 2016 JBoss by Red Hat. All rights reserved.