public interface UserAttributeType<T> extends Child<T>, PortletUserAttributeCommonType<T,UserAttributeType<T>>
user-attributeType
xsd typeModifier 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
objectsUserAttributeType
List<String> getAllDescription()
description
elementsdescription
UserAttributeType<T> removeAllDescription()
description
elementUserAttributeType
UserAttributeType<T> name(String name)
name
elementname
- the value for the element name
UserAttributeType
String getName()
name
elementname
UserAttributeType<T> removeName()
name
elementUserAttributeType
UserAttributeType<T> id(String id)
id
attributeid
- the value for the attribute id
UserAttributeType
String getId()
id
attributeid
UserAttributeType<T> removeId()
id
attributeUserAttributeType
Copyright © 2019 JBoss by Red Hat. All rights reserved.