public interface ConfigProperty<T>
extends org.jboss.shrinkwrap.descriptor.api.Child<T>
config-property
xsd typeModifier 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-value
ConfigProperty
java.lang.String getConfigPropertyValue()
config-property-value
elementconfig-property-value
ConfigProperty<T> removeConfigPropertyValue()
config-property-value
elementConfigProperty
ConfigProperty<T> description(java.lang.String description)
description
elementdescription
- the value for the element description
ConfigProperty
java.lang.String getDescription()
description
elementdescription
ConfigProperty<T> removeDescription()
description
elementConfigProperty
ConfigProperty<T> configPropertyName(java.lang.String configPropertyName)
config-property-name
elementconfigPropertyName
- the value for the element config-property-name
ConfigProperty
java.lang.String getConfigPropertyName()
config-property-name
elementconfig-property-name
ConfigProperty<T> removeConfigPropertyName()
config-property-name
elementConfigProperty
ConfigProperty<T> configPropertyType(java.lang.String configPropertyType)
config-property-type
elementconfigPropertyType
- the value for the element config-property-type
ConfigProperty
java.lang.String getConfigPropertyType()
config-property-type
elementconfig-property-type
ConfigProperty<T> removeConfigPropertyType()
config-property-type
elementConfigProperty
Copyright © 2014 IronJacamar (http://www.ironjacamar.org)