public interface InitParamType<T> extends Child<T>, PortletInitParamCommonType<T,InitParamType<T>>
init-paramType
xsd typeModifier and Type | Method and Description |
---|---|
InitParamType<T> |
description(String... values)
Creates for all String objects representing
description elements,
a new description element |
List<String> |
getAllDescription()
Returns all
description elements |
String |
getId()
Returns the
id attribute |
String |
getName()
Returns the
name element |
String |
getValue()
Returns the
value element |
InitParamType<T> |
id(String id)
Sets the
id attribute |
InitParamType<T> |
name(String name)
Sets the
name element |
InitParamType<T> |
removeAllDescription()
Removes the
description element |
InitParamType<T> |
removeId()
Removes the
id attribute |
InitParamType<T> |
removeName()
Removes the
name element |
InitParamType<T> |
removeValue()
Removes the
value element |
InitParamType<T> |
value(String value)
Sets the
value element |
InitParamType<T> description(String... values)
description
elements,
a new description
elementvalues
- list of description
objectsInitParamType
List<String> getAllDescription()
description
elementsdescription
InitParamType<T> removeAllDescription()
description
elementInitParamType
InitParamType<T> name(String name)
name
elementname
- the value for the element name
InitParamType
String getName()
name
elementname
InitParamType<T> removeName()
name
elementInitParamType
InitParamType<T> value(String value)
value
elementvalue
- the value for the element value
InitParamType
String getValue()
value
elementvalue
InitParamType<T> removeValue()
value
elementInitParamType
InitParamType<T> id(String id)
id
attributeid
- the value for the attribute id
InitParamType
String getId()
id
attributeid
InitParamType<T> removeId()
id
attributeInitParamType
Copyright © 2018 JBoss by Red Hat. All rights reserved.