
public interface ArtifactType<T> extends Child<T>
artifactType xsd type| Modifier 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 nameArtifactTypeString getName()
name attributenameArtifactType<T> removeName()
name attributeArtifactTypeCopyright © 2021 JBoss by Red Hat. All rights reserved.