public interface ConfigProperty<T>
extends org.jboss.shrinkwrap.descriptor.api.Child<T>
config-property xsd type| Modifier and Type | Method and Description |
|---|---|
ConfigProperty<T> |
configPropertyName(String configPropertyName)
Sets the
config-property-name element |
ConfigProperty<T> |
configPropertyType(String configPropertyType)
Sets the
config-property-type element |
ConfigProperty<T> |
configPropertyValue(String configPropertyValue)
Sets the
config-property-value element |
ConfigProperty<T> |
description(String description)
Sets the
description element |
String |
getConfigPropertyName()
Returns the
config-property-name element |
String |
getConfigPropertyType()
Returns the
config-property-type element |
String |
getConfigPropertyValue()
Returns the
config-property-value element |
String |
getDescription()
Returns the
description element |
ConfigProperty<T> |
removeConfigPropertyName()
Removes the
config-property-name element |
ConfigProperty<T> |
removeConfigPropertyType()
Removes the
config-property-type element |
ConfigProperty<T> |
removeConfigPropertyValue()
Removes the
config-property-value element |
ConfigProperty<T> |
removeDescription()
Removes the
description element |
ConfigProperty<T> configPropertyValue(String configPropertyValue)
config-property-value elementconfigPropertyValue - the value for the element config-property-valueConfigPropertyString getConfigPropertyValue()
config-property-value elementconfig-property-valueConfigProperty<T> removeConfigPropertyValue()
config-property-value elementConfigPropertyConfigProperty<T> description(String description)
description elementdescription - the value for the element descriptionConfigPropertyString getDescription()
description elementdescriptionConfigProperty<T> removeDescription()
description elementConfigPropertyConfigProperty<T> configPropertyName(String configPropertyName)
config-property-name elementconfigPropertyName - the value for the element config-property-nameConfigPropertyString getConfigPropertyName()
config-property-name elementconfig-property-nameConfigProperty<T> removeConfigPropertyName()
config-property-name elementConfigPropertyConfigProperty<T> configPropertyType(String configPropertyType)
config-property-type elementconfigPropertyType - the value for the element config-property-typeConfigPropertyString getConfigPropertyType()
config-property-type elementconfig-property-typeConfigProperty<T> removeConfigPropertyType()
config-property-type elementConfigPropertyCopyright © 2013 IronJacamar (http://www.ironjacamar.org)