
public interface ArtifactType<T> extends Child<T>
artifactType xsd type| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns the
name attribute |
FilterType<ArtifactType<T>> |
getOrCreateFilter()
If not already created, a new
filter element with the given value will be created. |
ArtifactType<T> |
name(String name)
Sets the
name attribute |
ArtifactType<T> |
removeFilter()
Removes the
filter element |
ArtifactType<T> |
removeName()
Removes the
name attribute |
FilterType<ArtifactType<T>> getOrCreateFilter()
filter element with the given value will be created.
Otherwise, the existing filter element will be returned.FilterType> ArtifactType<T> removeFilter()
filter elementArtifactTypeArtifactType<T> name(String name)
name attributename - the value for the attribute nameArtifactTypeString getName()
name attributenameArtifactType<T> removeName()
name attributeArtifactTypeCopyright © 2025 JBoss by Red Hat. All rights reserved.