public interface RequiredConfigPropertyType<T>
extends org.jboss.shrinkwrap.descriptor.api.Child<T>
required-config-propertyType
xsd typeModifier and Type | Method and Description |
---|---|
RequiredConfigPropertyType<T> |
configPropertyName(java.lang.String configPropertyName)
Sets the
config-property-name element |
RequiredConfigPropertyType<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 |
java.lang.String |
getId()
Returns the
id attribute |
RequiredConfigPropertyType<T> |
id(java.lang.String id)
Sets the
id attribute |
RequiredConfigPropertyType<T> |
removeAllDescription()
Removes the
description element |
RequiredConfigPropertyType<T> |
removeConfigPropertyName()
Removes the
config-property-name element |
RequiredConfigPropertyType<T> |
removeId()
Removes the
id attribute |
RequiredConfigPropertyType<T> description(java.lang.String... values)
description
elements,
a new description
elementvalues
- list of description
objectsRequiredConfigPropertyType
java.util.List<java.lang.String> getAllDescription()
description
elementsdescription
RequiredConfigPropertyType<T> removeAllDescription()
description
elementRequiredConfigPropertyType
RequiredConfigPropertyType<T> configPropertyName(java.lang.String configPropertyName)
config-property-name
elementconfigPropertyName
- the value for the element config-property-name
RequiredConfigPropertyType
java.lang.String getConfigPropertyName()
config-property-name
elementconfig-property-name
RequiredConfigPropertyType<T> removeConfigPropertyName()
config-property-name
elementRequiredConfigPropertyType
RequiredConfigPropertyType<T> id(java.lang.String id)
id
attributeid
- the value for the attribute id
RequiredConfigPropertyType
java.lang.String getId()
id
attributeid
RequiredConfigPropertyType<T> removeId()
id
attributeRequiredConfigPropertyType
Copyright © 2014 IronJacamar (http://www.ironjacamar.org)