
public interface ResourceType<T> extends Child<T>
resourceType xsd type| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns the
name attribute |
FilterType<ResourceType<T>> |
getOrCreateFilter()
If not already created, a new
filter element with the given value will be created. |
String |
getPath()
Returns the
path attribute |
ResourceType<T> |
name(String name)
Sets the
name attribute |
ResourceType<T> |
path(String path)
Sets the
path attribute |
ResourceType<T> |
removeFilter()
Removes the
filter element |
ResourceType<T> |
removeName()
Removes the
name attribute |
ResourceType<T> |
removePath()
Removes the
path attribute |
FilterType<ResourceType<T>> getOrCreateFilter()
filter element with the given value will be created.
Otherwise, the existing filter element will be returned.FilterType> ResourceType<T> removeFilter()
filter elementResourceTypeResourceType<T> name(String name)
name attributename - the value for the attribute nameResourceTypeString getName()
name attributenameResourceType<T> removeName()
name attributeResourceTypeResourceType<T> path(String path)
path attributepath - the value for the attribute pathResourceTypeString getPath()
path attributepathResourceType<T> removePath()
path attributeResourceTypeCopyright © 2021 JBoss by Red Hat. All rights reserved.