
public interface InitParamType<T> extends Child<T>, PortletInitParamCommonType<T,InitParamType<T>>
init-paramType xsd type| Modifier 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 objectsInitParamTypeList<String> getAllDescription()
description elementsdescriptionInitParamType<T> removeAllDescription()
description elementInitParamTypeInitParamType<T> name(String name)
name elementname - the value for the element nameInitParamTypeString getName()
name elementnameInitParamType<T> removeName()
name elementInitParamTypeInitParamType<T> value(String value)
value elementvalue - the value for the element valueInitParamTypeString getValue()
value elementvalueInitParamType<T> removeValue()
value elementInitParamTypeInitParamType<T> id(String id)
id attributeid - the value for the attribute idInitParamTypeString getId()
id attributeidInitParamType<T> removeId()
id attributeInitParamTypeCopyright © 2021 JBoss by Red Hat. All rights reserved.