
public interface PropertyType<T> extends Child<T>, ConfigPropertyCommonType<T,PropertyType<T>>
propertyType xsd type| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns the
name attribute |
String |
getText()
Returns the body text of the element
propertyType |
PropertyType<T> |
name(String name)
Sets the
name attribute |
PropertyType<T> |
removeName()
Removes the
name attribute |
PropertyType<T> |
text(String value)
Sets the body text for the element
propertyType |
PropertyType<T> text(String value)
propertyTypepropertyType - the value for the body text propertyTypePropertyTypeString getText()
propertyTypepropertyTypePropertyType<T> name(String name)
name attributename - the value for the attribute namePropertyTypeString getName()
name attributenamePropertyType<T> removeName()
name attributePropertyTypeCopyright © 2021 JBoss by Red Hat. All rights reserved.