
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 |
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 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 attributeResourceTypeResourceType<T> usePhysicalCodeSource(Boolean usePhysicalCodeSource)
use-physical-code-source attributeusePhysicalCodeSource - the value for the attribute use-physical-code-sourceResourceTypeBoolean isUsePhysicalCodeSource()
use-physical-code-source attributeuse-physical-code-sourceResourceType<T> removeUsePhysicalCodeSource()
use-physical-code-source attributeResourceTypeCopyright © 2025 JBoss by Red Hat. All rights reserved.