
public interface ConfigPropertyType<T>
extends org.jboss.shrinkwrap.descriptor.api.Child<T>
config-propertyType xsd type| Modifier and Type | Method and Description |
|---|---|
ConfigPropertyType<T> |
configPropertyName(String configPropertyName)
Sets the
config-property-name element |
ConfigPropertyType<T> |
configPropertyType(ConfigPropertyTypeType configPropertyType)
Sets the
config-property-type element |
ConfigPropertyType<T> |
configPropertyType(String configPropertyType)
Sets the
config-property-type element |
ConfigPropertyType<T> |
configPropertyValue(String configPropertyValue)
Sets the
config-property-value element |
ConfigPropertyType<T> |
description(String... values)
Creates for all String objects representing
description elements,
a new description element |
List<String> |
getAllDescription()
Returns all
description elements |
String |
getConfigPropertyName()
Returns the
config-property-name element |
ConfigPropertyTypeType |
getConfigPropertyType()
Returns the
config-property-type element |
String |
getConfigPropertyTypeAsString()
Returns the
config-property-type element |
String |
getConfigPropertyValue()
Returns the
config-property-value element |
String |
getId()
Returns the
id attribute |
ConfigPropertyType<T> |
id(String id)
Sets the
id attribute |
ConfigPropertyType<T> |
removeAllDescription()
Removes the
description element |
ConfigPropertyType<T> |
removeConfigPropertyName()
Removes the
config-property-name element |
ConfigPropertyType<T> |
removeConfigPropertyType()
Removes the
config-property-type attribute |
ConfigPropertyType<T> |
removeConfigPropertyValue()
Removes the
config-property-value element |
ConfigPropertyType<T> |
removeId()
Removes the
id attribute |
ConfigPropertyType<T> description(String... values)
description elements,
a new description elementvalues - list of description objectsConfigPropertyTypeList<String> getAllDescription()
description elementsdescriptionConfigPropertyType<T> removeAllDescription()
description elementConfigPropertyTypeConfigPropertyType<T> configPropertyName(String configPropertyName)
config-property-name elementconfigPropertyName - the value for the element config-property-nameConfigPropertyTypeString getConfigPropertyName()
config-property-name elementconfig-property-nameConfigPropertyType<T> removeConfigPropertyName()
config-property-name elementConfigPropertyTypeConfigPropertyType<T> configPropertyType(ConfigPropertyTypeType configPropertyType)
config-property-type elementconfigPropertyType - the value for the element config-property-typeConfigPropertyTypeConfigPropertyType<T> configPropertyType(String configPropertyType)
config-property-type elementconfigPropertyType - the value for the element config-property-typeConfigPropertyTypeConfigPropertyTypeType getConfigPropertyType()
config-property-type elementconfig-property-typeString getConfigPropertyTypeAsString()
config-property-type elementconfig-property-typeConfigPropertyType<T> removeConfigPropertyType()
config-property-type attributeConfigPropertyTypeConfigPropertyType<T> configPropertyValue(String configPropertyValue)
config-property-value elementconfigPropertyValue - the value for the element config-property-valueConfigPropertyTypeString getConfigPropertyValue()
config-property-value elementconfig-property-valueConfigPropertyType<T> removeConfigPropertyValue()
config-property-value elementConfigPropertyTypeConfigPropertyType<T> id(String id)
id attributeid - the value for the attribute idConfigPropertyTypeString getId()
id attributeidConfigPropertyType<T> removeId()
id attributeConfigPropertyTypeCopyright © 2012 JBoss, by Red Hat (http://www.jboss.org/ironjacamar)