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