public interface PublicRenderParameterType<T> extends Child<T>, PortletPublicRenderParameterCommonType<T,PublicRenderParameterType<T>>
public-render-parameterType
xsd typeModifier and Type | Method and Description |
---|---|
PublicRenderParameterType<T> |
alias(String... values)
Creates for all String objects representing
alias elements,
a new alias element |
PublicRenderParameterType<T> |
description(String... values)
Creates for all String objects representing
description elements,
a new description element |
List<String> |
getAllAlias()
Returns all
alias elements |
List<String> |
getAllDescription()
Returns all
description elements |
String |
getId()
Returns the
id attribute |
String |
getIdentifier()
Returns the
identifier element |
String |
getName()
Returns the
name element |
String |
getQname()
Returns the
qname element |
PublicRenderParameterType<T> |
id(String id)
Sets the
id attribute |
PublicRenderParameterType<T> |
identifier(String identifier)
Sets the
identifier element |
PublicRenderParameterType<T> |
name(String name)
Sets the
name element |
PublicRenderParameterType<T> |
qname(String qname)
Sets the
qname element |
PublicRenderParameterType<T> |
removeAllAlias()
Removes the
alias element |
PublicRenderParameterType<T> |
removeAllDescription()
Removes the
description element |
PublicRenderParameterType<T> |
removeId()
Removes the
id attribute |
PublicRenderParameterType<T> |
removeIdentifier()
Removes the
identifier element |
PublicRenderParameterType<T> |
removeName()
Removes the
name element |
PublicRenderParameterType<T> |
removeQname()
Removes the
qname element |
PublicRenderParameterType<T> description(String... values)
description
elements,
a new description
elementvalues
- list of description
objectsPublicRenderParameterType
List<String> getAllDescription()
description
elementsdescription
PublicRenderParameterType<T> removeAllDescription()
description
elementPublicRenderParameterType
PublicRenderParameterType<T> identifier(String identifier)
identifier
elementidentifier
- the value for the element identifier
PublicRenderParameterType
String getIdentifier()
identifier
elementidentifier
PublicRenderParameterType<T> removeIdentifier()
identifier
elementPublicRenderParameterType
PublicRenderParameterType<T> qname(String qname)
qname
elementqname
- the value for the element qname
PublicRenderParameterType
String getQname()
qname
elementqname
PublicRenderParameterType<T> removeQname()
qname
elementPublicRenderParameterType
PublicRenderParameterType<T> name(String name)
name
elementname
- the value for the element name
PublicRenderParameterType
String getName()
name
elementname
PublicRenderParameterType<T> removeName()
name
elementPublicRenderParameterType
PublicRenderParameterType<T> alias(String... values)
alias
elements,
a new alias
elementvalues
- list of alias
objectsPublicRenderParameterType
PublicRenderParameterType<T> removeAllAlias()
alias
elementPublicRenderParameterType
PublicRenderParameterType<T> id(String id)
id
attributeid
- the value for the attribute id
PublicRenderParameterType
String getId()
id
attributeid
PublicRenderParameterType<T> removeId()
id
attributePublicRenderParameterType
Copyright © 2023 JBoss by Red Hat. All rights reserved.