
public interface FacesConfigMapEntryType<T> extends Child<T>, JavaeeFacesConfigMapEntryCommonType<T,FacesConfigMapEntryType<T>>
faces-config-map-entryType xsd type| Modifier 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 keyFacesConfigMapEntryTypeString getKey()
key elementkeyFacesConfigMapEntryType<T> removeKey()
key elementFacesConfigMapEntryTypeFacesConfigMapEntryType<T> nullValue()
null-value elementFacesConfigMapEntryTypeBoolean isNullValue()
null-value elementFacesConfigMapEntryTypeFacesConfigMapEntryType<T> removeNullValue()
null-value elementFacesConfigMapEntryTypeFacesConfigMapEntryType<T> value(String value)
value elementvalue - the value for the element valueFacesConfigMapEntryTypeString getValue()
value elementvalueFacesConfigMapEntryType<T> removeValue()
value elementFacesConfigMapEntryTypeFacesConfigMapEntryType<T> id(String id)
id attributeid - the value for the attribute idFacesConfigMapEntryTypeString getId()
id attributeidFacesConfigMapEntryType<T> removeId()
id attributeFacesConfigMapEntryTypeCopyright © 2025 JBoss by Red Hat. All rights reserved.