
public interface UserAttributeType<T> extends Child<T>, PortletUserAttributeCommonType<T,UserAttributeType<T>>
user-attributeType xsd type| Modifier and Type | Method and Description |
|---|---|
UserAttributeType<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 |
UserAttributeType<T> |
id(String id)
Sets the
id attribute |
UserAttributeType<T> |
name(String name)
Sets the
name element |
UserAttributeType<T> |
removeAllDescription()
Removes the
description element |
UserAttributeType<T> |
removeId()
Removes the
id attribute |
UserAttributeType<T> |
removeName()
Removes the
name element |
UserAttributeType<T> description(String... values)
description elements,
a new description elementvalues - list of description objectsUserAttributeTypeList<String> getAllDescription()
description elementsdescriptionUserAttributeType<T> removeAllDescription()
description elementUserAttributeTypeUserAttributeType<T> name(String name)
name elementname - the value for the element nameUserAttributeTypeString getName()
name elementnameUserAttributeType<T> removeName()
name elementUserAttributeTypeUserAttributeType<T> id(String id)
id attributeid - the value for the attribute idUserAttributeTypeString getId()
id attributeidUserAttributeType<T> removeId()
id attributeUserAttributeTypeCopyright © 2025 JBoss by Red Hat. All rights reserved.