Modifier and Type | Method and Description |
---|---|
UicomponentAttributeType<T> |
_default(String _default)
Sets the
default attribute |
UicomponentAttributeType<T> |
applyTo(String applyTo)
Sets the
applyTo attribute |
UicomponentAttributeType<UicomponentAttributeType<T>> |
createAttribute()
Creates a new
attribute element |
UicomponentAttributeType<T> |
displayName(String displayName)
Sets the
displayName attribute |
UicomponentAttributeType<T> |
expert(Boolean expert)
Sets the
expert attribute |
String |
get_Default()
Returns the
default attribute |
List<UicomponentAttributeType<UicomponentAttributeType<T>>> |
getAllAttribute()
Returns all
attribute elements |
String |
getApplyTo()
Returns the
applyTo attribute |
String |
getDisplayName()
Returns the
displayName attribute |
String |
getMethodSignature()
Returns the
method-signature attribute |
String |
getName()
Returns the
name attribute |
UicomponentAttributeType<UicomponentAttributeType<T>> |
getOrCreateAttribute()
If not already created, a new
attribute element will be created and returned. |
String |
getShortDescription()
Returns the
shortDescription attribute |
Boolean |
isExpert()
Returns the
expert attribute |
Boolean |
isPreferred()
Returns the
preferred attribute |
Boolean |
isRequired()
Returns the
required attribute |
UicomponentAttributeType<T> |
methodSignature(String methodSignature)
Sets the
method-signature attribute |
UicomponentAttributeType<T> |
name(String name)
Sets the
name attribute |
UicomponentAttributeType<T> |
preferred(Boolean preferred)
Sets the
preferred attribute |
UicomponentAttributeType<T> |
remove_Default()
Removes the
default attribute |
UicomponentAttributeType<T> |
removeAllAttribute()
Removes all
attribute elements |
UicomponentAttributeType<T> |
removeApplyTo()
Removes the
applyTo attribute |
UicomponentAttributeType<T> |
removeDisplayName()
Removes the
displayName attribute |
UicomponentAttributeType<T> |
removeExpert()
Removes the
expert attribute |
UicomponentAttributeType<T> |
removeMethodSignature()
Removes the
method-signature attribute |
UicomponentAttributeType<T> |
removeName()
Removes the
name attribute |
UicomponentAttributeType<T> |
removePreferred()
Removes the
preferred attribute |
UicomponentAttributeType<T> |
removeRequired()
Removes the
required attribute |
UicomponentAttributeType<T> |
removeShortDescription()
Removes the
shortDescription attribute |
UicomponentAttributeType<T> |
required(Boolean required)
Sets the
required attribute |
UicomponentAttributeType<T> |
shortDescription(String shortDescription)
Sets the
shortDescription attribute |
UicomponentAttributeType<UicomponentAttributeType<T>> getOrCreateAttribute()
attribute
element will be created and returned.
Otherwise, the first existing attribute
element will be returned.attribute
UicomponentAttributeType<UicomponentAttributeType<T>> createAttribute()
attribute
elementUicomponentAttributeType>
List<UicomponentAttributeType<UicomponentAttributeType<T>>> getAllAttribute()
attribute
elementsattribute
UicomponentAttributeType<T> removeAllAttribute()
attribute
elementsUicomponentAttributeType>
UicomponentAttributeType<T> name(String name)
name
attributename
- the value for the attribute name
UicomponentAttributeType
String getName()
name
attributename
UicomponentAttributeType<T> removeName()
name
attributeUicomponentAttributeType
UicomponentAttributeType<T> displayName(String displayName)
displayName
attributedisplayName
- the value for the attribute displayName
UicomponentAttributeType
String getDisplayName()
displayName
attributedisplayName
UicomponentAttributeType<T> removeDisplayName()
displayName
attributeUicomponentAttributeType
UicomponentAttributeType<T> shortDescription(String shortDescription)
shortDescription
attributeshortDescription
- the value for the attribute shortDescription
UicomponentAttributeType
String getShortDescription()
shortDescription
attributeshortDescription
UicomponentAttributeType<T> removeShortDescription()
shortDescription
attributeUicomponentAttributeType
UicomponentAttributeType<T> _default(String _default)
default
attribute_default
- the value for the attribute default
UicomponentAttributeType
String get_Default()
default
attributedefault
UicomponentAttributeType<T> remove_Default()
default
attributeUicomponentAttributeType
UicomponentAttributeType<T> methodSignature(String methodSignature)
method-signature
attributemethodSignature
- the value for the attribute method-signature
UicomponentAttributeType
String getMethodSignature()
method-signature
attributemethod-signature
UicomponentAttributeType<T> removeMethodSignature()
method-signature
attributeUicomponentAttributeType
UicomponentAttributeType<T> applyTo(String applyTo)
applyTo
attributeapplyTo
- the value for the attribute applyTo
UicomponentAttributeType
String getApplyTo()
applyTo
attributeapplyTo
UicomponentAttributeType<T> removeApplyTo()
applyTo
attributeUicomponentAttributeType
UicomponentAttributeType<T> required(Boolean required)
required
attributerequired
- the value for the attribute required
UicomponentAttributeType
Boolean isRequired()
required
attributerequired
UicomponentAttributeType<T> removeRequired()
required
attributeUicomponentAttributeType
UicomponentAttributeType<T> preferred(Boolean preferred)
preferred
attributepreferred
- the value for the attribute preferred
UicomponentAttributeType
Boolean isPreferred()
preferred
attributepreferred
UicomponentAttributeType<T> removePreferred()
preferred
attributeUicomponentAttributeType
UicomponentAttributeType<T> expert(Boolean expert)
expert
attributeexpert
- the value for the attribute expert
UicomponentAttributeType
Boolean isExpert()
expert
attributeexpert
UicomponentAttributeType<T> removeExpert()
expert
attributeUicomponentAttributeType
Copyright © 2016 JBoss by Red Hat. All rights reserved.