
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(java.lang.String configPropertyName)
Sets the
config-property-name element |
ConfigPropertyType<T> |
configPropertyType(ConfigPropertyTypeType configPropertyType)
Sets the
config-property-type element |
ConfigPropertyType<T> |
configPropertyType(java.lang.String configPropertyType)
Sets the
config-property-type element |
ConfigPropertyType<T> |
configPropertyValue(java.lang.String configPropertyValue)
Sets the
config-property-value element |
ConfigPropertyType<T> |
description(java.lang.String... values)
Creates for all String objects representing
description elements,
a new description element |
java.util.List<java.lang.String> |
getAllDescription()
Returns all
description elements |
java.lang.String |
getConfigPropertyName()
Returns the
config-property-name element |
ConfigPropertyTypeType |
getConfigPropertyType()
Returns the
config-property-type element |
java.lang.String |
getConfigPropertyTypeAsString()
Returns the
config-property-type element |
java.lang.String |
getConfigPropertyValue()
Returns the
config-property-value element |
java.lang.String |
getId()
Returns the
id attribute |
ConfigPropertyType<T> |
id(java.lang.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(java.lang.String... values)
description elements,
a new description elementvalues - list of description objectsConfigPropertyTypejava.util.List<java.lang.String> getAllDescription()
description elementsdescriptionConfigPropertyType<T> removeAllDescription()
description elementConfigPropertyTypeConfigPropertyType<T> configPropertyName(java.lang.String configPropertyName)
config-property-name elementconfigPropertyName - the value for the element config-property-nameConfigPropertyTypejava.lang.String 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(java.lang.String configPropertyType)
config-property-type elementconfigPropertyType - the value for the element config-property-typeConfigPropertyTypeConfigPropertyTypeType getConfigPropertyType()
config-property-type elementconfig-property-typejava.lang.String getConfigPropertyTypeAsString()
config-property-type elementconfig-property-typeConfigPropertyType<T> removeConfigPropertyType()
config-property-type attributeConfigPropertyTypeConfigPropertyType<T> configPropertyValue(java.lang.String configPropertyValue)
config-property-value elementconfigPropertyValue - the value for the element config-property-valueConfigPropertyTypejava.lang.String getConfigPropertyValue()
config-property-value elementconfig-property-valueConfigPropertyType<T> removeConfigPropertyValue()
config-property-value elementConfigPropertyTypeConfigPropertyType<T> id(java.lang.String id)
id attributeid - the value for the attribute idConfigPropertyTypejava.lang.String getId()
id attributeidConfigPropertyType<T> removeId()
id attributeConfigPropertyTypeCopyright © 2013 IronJacamar (http://www.ironjacamar.org)