public interface PropertyType<T> extends Child<T>, ConfigPropertyCommonType<T,PropertyType<T>>
propertyType
xsd typeModifier 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)
propertyType
propertyType
- the value for the body text propertyType
PropertyType
String getText()
propertyType
propertyType
PropertyType<T> name(String name)
name
attributename
- the value for the attribute name
PropertyType
String getName()
name
attributename
PropertyType<T> removeName()
name
attributePropertyType
Copyright © 2017 JBoss by Red Hat. All rights reserved.