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 |
Boolean |
isUsePhysicalCodeSource()
Returns the
use-physical-code-source 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 |
ResourceType<T> |
removeUsePhysicalCodeSource()
Removes the
use-physical-code-source attribute |
ResourceType<T> |
usePhysicalCodeSource(Boolean usePhysicalCodeSource)
Sets the
use-physical-code-source 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
ResourceType<T> usePhysicalCodeSource(Boolean usePhysicalCodeSource)
use-physical-code-source
attributeusePhysicalCodeSource
- the value for the attribute use-physical-code-source
ResourceType
Boolean isUsePhysicalCodeSource()
use-physical-code-source
attributeuse-physical-code-source
ResourceType<T> removeUsePhysicalCodeSource()
use-physical-code-source
attributeResourceType
Copyright © 2023 JBoss by Red Hat. All rights reserved.