public interface ArtifactType<T> extends Child<T>
artifactType
xsd typeModifier and Type | Method and Description |
---|---|
String |
getName()
Returns the
name attribute |
ArtifactType<T> |
name(String name)
Sets the
name attribute |
ArtifactType<T> |
removeName()
Removes the
name attribute |
ArtifactType<T> name(String name)
name
attributename
- the value for the attribute name
ArtifactType
String getName()
name
attributename
ArtifactType<T> removeName()
name
attributeArtifactType
Copyright © 2023 JBoss by Red Hat. All rights reserved.