
| Modifier and Type | Method and Description |
|---|---|
IconType<TagFileType<T>> |
createIcon()
Creates a new
icon element |
TldExtensionType<TagFileType<T>> |
createTagExtension()
Creates a new
tag-extension element |
TagFileType<T> |
description(String... values)
Creates for all String objects representing
description elements,
a new description element |
TagFileType<T> |
displayName(String... values)
Creates for all String objects representing
display-name elements,
a new display-name element |
TagFileType<T> |
example(String example)
Sets the
example element |
List<String> |
getAllDescription()
Returns all
description elements |
List<String> |
getAllDisplayName()
Returns all
display-name elements |
List<IconType<TagFileType<T>>> |
getAllIcon()
Returns all
icon elements |
List<TldExtensionType<TagFileType<T>>> |
getAllTagExtension()
Returns all
tag-extension elements |
String |
getExample()
Returns the
example element |
String |
getId()
Returns the
id attribute |
String |
getName()
Returns the
name element |
IconType<TagFileType<T>> |
getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
TldExtensionType<TagFileType<T>> |
getOrCreateTagExtension()
If not already created, a new
tag-extension element will be created and returned. |
String |
getPath()
Returns the
path element |
TagFileType<T> |
id(String id)
Sets the
id attribute |
TagFileType<T> |
name(String name)
Sets the
name element |
TagFileType<T> |
path(String path)
Sets the
path element |
TagFileType<T> |
removeAllDescription()
Removes the
description element |
TagFileType<T> |
removeAllDisplayName()
Removes the
display-name element |
TagFileType<T> |
removeAllIcon()
Removes all
icon elements |
TagFileType<T> |
removeAllTagExtension()
Removes all
tag-extension elements |
TagFileType<T> |
removeExample()
Removes the
example element |
TagFileType<T> |
removeId()
Removes the
id attribute |
TagFileType<T> |
removeName()
Removes the
name element |
TagFileType<T> |
removePath()
Removes the
path element |
TagFileType<T> description(String... values)
description elements,
a new description elementvalues - list of description objectsTagFileTypeList<String> getAllDescription()
description elementsdescriptionTagFileType<T> removeAllDescription()
description elementTagFileTypeTagFileType<T> displayName(String... values)
display-name elements,
a new display-name elementvalues - list of display-name objectsTagFileTypeList<String> getAllDisplayName()
display-name elementsdisplay-nameTagFileType<T> removeAllDisplayName()
display-name elementTagFileTypeIconType<TagFileType<T>> getOrCreateIcon()
icon element will be created and returned.
Otherwise, the first existing icon element will be returned.iconIconType<TagFileType<T>> createIcon()
icon elementIconType> List<IconType<TagFileType<T>>> getAllIcon()
icon elementsiconTagFileType<T> removeAllIcon()
icon elementsIconType> TagFileType<T> name(String name)
name elementname - the value for the element nameTagFileTypeString getName()
name elementnameTagFileType<T> removeName()
name elementTagFileTypeTagFileType<T> path(String path)
path elementpath - the value for the element pathTagFileTypeString getPath()
path elementpathTagFileType<T> removePath()
path elementTagFileTypeTagFileType<T> example(String example)
example elementexample - the value for the element exampleTagFileTypeString getExample()
example elementexampleTagFileType<T> removeExample()
example elementTagFileTypeTldExtensionType<TagFileType<T>> getOrCreateTagExtension()
tag-extension element will be created and returned.
Otherwise, the first existing tag-extension element will be returned.tag-extensionTldExtensionType<TagFileType<T>> createTagExtension()
tag-extension elementTldExtensionType> List<TldExtensionType<TagFileType<T>>> getAllTagExtension()
tag-extension elementstag-extensionTagFileType<T> removeAllTagExtension()
tag-extension elementsTldExtensionType> TagFileType<T> id(String id)
id attributeid - the value for the attribute idTagFileTypeString getId()
id attributeidTagFileType<T> removeId()
id attributeTagFileTypeCopyright © 2021 JBoss by Red Hat. All rights reserved.