
| Modifier and Type | Method and Description |
|---|---|
TldExtensionType<FunctionType<T>> |
createFunctionExtension()
Creates a new
function-extension element |
IconType<FunctionType<T>> |
createIcon()
Creates a new
icon element |
FunctionType<T> |
description(String... values)
Creates for all String objects representing
description elements,
a new description element |
FunctionType<T> |
displayName(String... values)
Creates for all String objects representing
display-name elements,
a new display-name element |
FunctionType<T> |
example(String example)
Sets the
example element |
FunctionType<T> |
functionClass(String functionClass)
Sets the
function-class element |
FunctionType<T> |
functionSignature(String functionSignature)
Sets the
function-signature element |
List<String> |
getAllDescription()
Returns all
description elements |
List<String> |
getAllDisplayName()
Returns all
display-name elements |
List<TldExtensionType<FunctionType<T>>> |
getAllFunctionExtension()
Returns all
function-extension elements |
List<IconType<FunctionType<T>>> |
getAllIcon()
Returns all
icon elements |
String |
getExample()
Returns the
example element |
String |
getFunctionClass()
Returns the
function-class element |
String |
getFunctionSignature()
Returns the
function-signature element |
String |
getId()
Returns the
id attribute |
String |
getName()
Returns the
name element |
TldExtensionType<FunctionType<T>> |
getOrCreateFunctionExtension()
If not already created, a new
function-extension element will be created and returned. |
IconType<FunctionType<T>> |
getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
FunctionType<T> |
id(String id)
Sets the
id attribute |
FunctionType<T> |
name(String name)
Sets the
name element |
FunctionType<T> |
removeAllDescription()
Removes the
description element |
FunctionType<T> |
removeAllDisplayName()
Removes the
display-name element |
FunctionType<T> |
removeAllFunctionExtension()
Removes all
function-extension elements |
FunctionType<T> |
removeAllIcon()
Removes all
icon elements |
FunctionType<T> |
removeExample()
Removes the
example element |
FunctionType<T> |
removeFunctionClass()
Removes the
function-class element |
FunctionType<T> |
removeFunctionSignature()
Removes the
function-signature element |
FunctionType<T> |
removeId()
Removes the
id attribute |
FunctionType<T> |
removeName()
Removes the
name element |
FunctionType<T> description(String... values)
description elements,
a new description elementvalues - list of description objectsFunctionTypeList<String> getAllDescription()
description elementsdescriptionFunctionType<T> removeAllDescription()
description elementFunctionTypeFunctionType<T> displayName(String... values)
display-name elements,
a new display-name elementvalues - list of display-name objectsFunctionTypeList<String> getAllDisplayName()
display-name elementsdisplay-nameFunctionType<T> removeAllDisplayName()
display-name elementFunctionTypeIconType<FunctionType<T>> getOrCreateIcon()
icon element will be created and returned.
Otherwise, the first existing icon element will be returned.iconIconType<FunctionType<T>> createIcon()
icon elementIconType> List<IconType<FunctionType<T>>> getAllIcon()
icon elementsiconFunctionType<T> removeAllIcon()
icon elementsIconType> FunctionType<T> name(String name)
name elementname - the value for the element nameFunctionTypeString getName()
name elementnameFunctionType<T> removeName()
name elementFunctionTypeFunctionType<T> functionClass(String functionClass)
function-class elementfunctionClass - the value for the element function-classFunctionTypeString getFunctionClass()
function-class elementfunction-classFunctionType<T> removeFunctionClass()
function-class elementFunctionTypeFunctionType<T> functionSignature(String functionSignature)
function-signature elementfunctionSignature - the value for the element function-signatureFunctionTypeString getFunctionSignature()
function-signature elementfunction-signatureFunctionType<T> removeFunctionSignature()
function-signature elementFunctionTypeFunctionType<T> example(String example)
example elementexample - the value for the element exampleFunctionTypeString getExample()
example elementexampleFunctionType<T> removeExample()
example elementFunctionTypeTldExtensionType<FunctionType<T>> getOrCreateFunctionExtension()
function-extension element will be created and returned.
Otherwise, the first existing function-extension element will be returned.function-extensionTldExtensionType<FunctionType<T>> createFunctionExtension()
function-extension elementTldExtensionType> List<TldExtensionType<FunctionType<T>>> getAllFunctionExtension()
function-extension elementsfunction-extensionFunctionType<T> removeAllFunctionExtension()
function-extension elementsTldExtensionType> FunctionType<T> id(String id)
id attributeid - the value for the attribute idFunctionTypeString getId()
id attributeidFunctionType<T> removeId()
id attributeFunctionTypeCopyright © 2025 JBoss by Red Hat. All rights reserved.