public interface FacesConfigRedirectViewParamType<T> extends Child<T>, JavaeeFacesConfigRedirectViewParamCommonType<T,FacesConfigRedirectViewParamType<T>>
faces-config-redirect-viewParamType
xsd typeModifier 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 name
FacesConfigRedirectViewParamType
String getName()
name
elementname
FacesConfigRedirectViewParamType<T> removeName()
name
elementFacesConfigRedirectViewParamType
FacesConfigRedirectViewParamType<T> value(String value)
value
elementvalue
- the value for the element value
FacesConfigRedirectViewParamType
String getValue()
value
elementvalue
FacesConfigRedirectViewParamType<T> removeValue()
value
elementFacesConfigRedirectViewParamType
FacesConfigRedirectViewParamType<T> id(String id)
id
attributeid
- the value for the attribute id
FacesConfigRedirectViewParamType
String getId()
id
attributeid
FacesConfigRedirectViewParamType<T> removeId()
id
attributeFacesConfigRedirectViewParamType
Copyright © 2021 JBoss by Red Hat. All rights reserved.