public interface ResourceType<T> extends Child<T>
resourceType
xsd typeModifier 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
elementResourceType
ResourceType<T> name(String name)
name
attributename
- the value for the attribute name
ResourceType
String getName()
name
attributename
ResourceType<T> removeName()
name
attributeResourceType
ResourceType<T> path(String path)
path
attributepath
- the value for the attribute path
ResourceType
String getPath()
path
attributepath
ResourceType<T> removePath()
path
attributeResourceType
Copyright © 2017 JBoss by Red Hat. All rights reserved.