public interface ConfigPropertyType<T>
extends org.jboss.shrinkwrap.descriptor.api.Child<T>
config-propertyType xsd type| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns the
name attribute |
String |
getText()
Returns the body text of the element
config-propertyType |
ConfigPropertyType<T> |
name(String name)
Sets the
name attribute |
ConfigPropertyType<T> |
removeName()
Removes the
name attribute |
ConfigPropertyType<T> |
text(String value)
Sets the body text for the element
config-propertyType |
ConfigPropertyType<T> text(String value)
config-propertyTypeconfigPropertyType - the value for the body text config-propertyTypeConfigPropertyTypeString getText()
config-propertyTypeconfig-propertyTypeConfigPropertyType<T> name(String name)
name attributename - the value for the attribute nameConfigPropertyTypeString getName()
name attributenameConfigPropertyType<T> removeName()
name attributeConfigPropertyTypeCopyright © 2013 IronJacamar (http://www.ironjacamar.org)