
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(java.lang.String configPropertyName)
Sets the
config-property-name element |
ConfigProperty<T> |
configPropertyType(java.lang.String configPropertyType)
Sets the
config-property-type element |
ConfigProperty<T> |
configPropertyValue(java.lang.String configPropertyValue)
Sets the
config-property-value element |
ConfigProperty<T> |
description(java.lang.String description)
Sets the
description element |
java.lang.String |
getConfigPropertyName()
Returns the
config-property-name element |
java.lang.String |
getConfigPropertyType()
Returns the
config-property-type element |
java.lang.String |
getConfigPropertyValue()
Returns the
config-property-value element |
java.lang.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(java.lang.String configPropertyValue)
config-property-value elementconfigPropertyValue - the value for the element config-property-valueConfigPropertyjava.lang.String getConfigPropertyValue()
config-property-value elementconfig-property-valueConfigProperty<T> removeConfigPropertyValue()
config-property-value elementConfigPropertyConfigProperty<T> description(java.lang.String description)
description elementdescription - the value for the element descriptionConfigPropertyjava.lang.String getDescription()
description elementdescriptionConfigProperty<T> removeDescription()
description elementConfigPropertyConfigProperty<T> configPropertyName(java.lang.String configPropertyName)
config-property-name elementconfigPropertyName - the value for the element config-property-nameConfigPropertyjava.lang.String getConfigPropertyName()
config-property-name elementconfig-property-nameConfigProperty<T> removeConfigPropertyName()
config-property-name elementConfigPropertyConfigProperty<T> configPropertyType(java.lang.String configPropertyType)
config-property-type elementconfigPropertyType - the value for the element config-property-typeConfigPropertyjava.lang.String getConfigPropertyType()
config-property-type elementconfig-property-typeConfigProperty<T> removeConfigPropertyType()
config-property-type elementConfigPropertyCopyright © 2013 IronJacamar (http://www.ironjacamar.org)