
public interface FacesConfigRedirectViewParamType<T> extends Child<T>, JavaeeFacesConfigRedirectViewParamCommonType<T,FacesConfigRedirectViewParamType<T>>
faces-config-redirect-viewParamType xsd type| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Returns the
id attribute |
String |
getName()
Returns the
name element |
String |
getValue()
Returns the
value element |
FacesConfigRedirectViewParamType<T> |
id(String id)
Sets the
id attribute |
FacesConfigRedirectViewParamType<T> |
name(String name)
Sets the
name element |
FacesConfigRedirectViewParamType<T> |
removeId()
Removes the
id attribute |
FacesConfigRedirectViewParamType<T> |
removeName()
Removes the
name element |
FacesConfigRedirectViewParamType<T> |
removeValue()
Removes the
value element |
FacesConfigRedirectViewParamType<T> |
value(String value)
Sets the
value element |
FacesConfigRedirectViewParamType<T> name(String name)
name elementname - the value for the element nameFacesConfigRedirectViewParamTypeString getName()
name elementnameFacesConfigRedirectViewParamType<T> removeName()
name elementFacesConfigRedirectViewParamTypeFacesConfigRedirectViewParamType<T> value(String value)
value elementvalue - the value for the element valueFacesConfigRedirectViewParamTypeString getValue()
value elementvalueFacesConfigRedirectViewParamType<T> removeValue()
value elementFacesConfigRedirectViewParamTypeFacesConfigRedirectViewParamType<T> id(String id)
id attributeid - the value for the attribute idFacesConfigRedirectViewParamTypeString getId()
id attributeidFacesConfigRedirectViewParamType<T> removeId()
id attributeFacesConfigRedirectViewParamTypeCopyright © 2025 JBoss by Red Hat. All rights reserved.