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
objectsFunctionType
List<String> getAllDescription()
description
elementsdescription
FunctionType<T> removeAllDescription()
description
elementFunctionType
FunctionType<T> displayName(String... values)
display-name
elements,
a new display-name
elementvalues
- list of display-name
objectsFunctionType
List<String> getAllDisplayName()
display-name
elementsdisplay-name
FunctionType<T> removeAllDisplayName()
display-name
elementFunctionType
IconType<FunctionType<T>> getOrCreateIcon()
icon
element will be created and returned.
Otherwise, the first existing icon
element will be returned.icon
IconType<FunctionType<T>> createIcon()
icon
elementIconType>
List<IconType<FunctionType<T>>> getAllIcon()
icon
elementsicon
FunctionType<T> removeAllIcon()
icon
elementsIconType>
FunctionType<T> name(String name)
name
elementname
- the value for the element name
FunctionType
String getName()
name
elementname
FunctionType<T> removeName()
name
elementFunctionType
FunctionType<T> functionClass(String functionClass)
function-class
elementfunctionClass
- the value for the element function-class
FunctionType
String getFunctionClass()
function-class
elementfunction-class
FunctionType<T> removeFunctionClass()
function-class
elementFunctionType
FunctionType<T> functionSignature(String functionSignature)
function-signature
elementfunctionSignature
- the value for the element function-signature
FunctionType
String getFunctionSignature()
function-signature
elementfunction-signature
FunctionType<T> removeFunctionSignature()
function-signature
elementFunctionType
FunctionType<T> example(String example)
example
elementexample
- the value for the element example
FunctionType
String getExample()
example
elementexample
FunctionType<T> removeExample()
example
elementFunctionType
TldExtensionType<FunctionType<T>> getOrCreateFunctionExtension()
function-extension
element will be created and returned.
Otherwise, the first existing function-extension
element will be returned.function-extension
TldExtensionType<FunctionType<T>> createFunctionExtension()
function-extension
elementTldExtensionType>
List<TldExtensionType<FunctionType<T>>> getAllFunctionExtension()
function-extension
elementsfunction-extension
FunctionType<T> removeAllFunctionExtension()
function-extension
elementsTldExtensionType>
FunctionType<T> id(String id)
id
attributeid
- the value for the attribute id
FunctionType
String getId()
id
attributeid
FunctionType<T> removeId()
id
attributeFunctionType
Copyright © 2018 JBoss by Red Hat. All rights reserved.