
| Modifier and Type | Method and Description |
|---|---|
VariableType<T> |
declare(GenericBooleanType declare)
Sets the
declare element |
VariableType<T> |
declare(String declare)
Sets the
declare element |
VariableType<T> |
description(String... values)
Creates for all String objects representing
description elements,
a new description element |
List<String> |
getAllDescription()
Returns all
description elements |
GenericBooleanType |
getDeclare()
Returns the
declare element |
String |
getDeclareAsString()
Returns the
declare element |
String |
getId()
Returns the
id attribute |
String |
getNameFromAttribute()
Returns the
name-from-attribute element |
String |
getNameGiven()
Returns the
name-given element |
VariableScopeType |
getScope()
Returns the
scope element |
String |
getScopeAsString()
Returns the
scope element |
String |
getVariableClass()
Returns the
variable-class element |
VariableType<T> |
id(String id)
Sets the
id attribute |
VariableType<T> |
nameFromAttribute(String nameFromAttribute)
Sets the
name-from-attribute element |
VariableType<T> |
nameGiven(String nameGiven)
Sets the
name-given element |
VariableType<T> |
removeAllDescription()
Removes the
description element |
VariableType<T> |
removeDeclare()
Removes the
declare attribute |
VariableType<T> |
removeId()
Removes the
id attribute |
VariableType<T> |
removeNameFromAttribute()
Removes the
name-from-attribute element |
VariableType<T> |
removeNameGiven()
Removes the
name-given element |
VariableType<T> |
removeScope()
Removes the
scope attribute |
VariableType<T> |
removeVariableClass()
Removes the
variable-class element |
VariableType<T> |
scope(String scope)
Sets the
scope element |
VariableType<T> |
scope(VariableScopeType scope)
Sets the
scope element |
VariableType<T> |
variableClass(String variableClass)
Sets the
variable-class element |
VariableType<T> description(String... values)
description elements,
a new description elementvalues - list of description objectsVariableTypeList<String> getAllDescription()
description elementsdescriptionVariableType<T> removeAllDescription()
description elementVariableTypeVariableType<T> nameGiven(String nameGiven)
name-given elementnameGiven - the value for the element name-givenVariableTypeString getNameGiven()
name-given elementname-givenVariableType<T> removeNameGiven()
name-given elementVariableTypeVariableType<T> nameFromAttribute(String nameFromAttribute)
name-from-attribute elementnameFromAttribute - the value for the element name-from-attributeVariableTypeString getNameFromAttribute()
name-from-attribute elementname-from-attributeVariableType<T> removeNameFromAttribute()
name-from-attribute elementVariableTypeVariableType<T> variableClass(String variableClass)
variable-class elementvariableClass - the value for the element variable-classVariableTypeString getVariableClass()
variable-class elementvariable-classVariableType<T> removeVariableClass()
variable-class elementVariableTypeVariableType<T> declare(GenericBooleanType declare)
declare elementdeclare - the value for the element declareVariableTypeVariableType<T> declare(String declare)
declare elementdeclare - the value for the element declareVariableTypeGenericBooleanType getDeclare()
declare elementdeclareString getDeclareAsString()
declare elementdeclareVariableType<T> removeDeclare()
declare attributeVariableTypeVariableType<T> scope(VariableScopeType scope)
scope elementscope - the value for the element scopeVariableTypeVariableType<T> scope(String scope)
scope elementscope - the value for the element scopeVariableTypeVariableScopeType getScope()
scope elementscopeString getScopeAsString()
scope elementscopeVariableType<T> removeScope()
scope attributeVariableTypeVariableType<T> id(String id)
id attributeid - the value for the attribute idVariableTypeString getId()
id attributeidVariableType<T> removeId()
id attributeVariableTypeCopyright © 2025 JBoss by Red Hat. All rights reserved.