Interface ConfigPropertyType<T>
-
- All Superinterfaces:
org.jboss.shrinkwrap.descriptor.api.Child<T>
- All Known Implementing Classes:
ConfigPropertyTypeImpl
public interface ConfigPropertyType<T> extends org.jboss.shrinkwrap.descriptor.api.Child<T>This interface defines the contract for theconfig-propertyTypexsd type
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConfigPropertyType<T>configPropertyConfidential(Boolean configPropertyConfidential)Sets theconfig-property-confidentialelementConfigPropertyType<T>configPropertyIgnore(Boolean configPropertyIgnore)Sets theconfig-property-ignoreelementConfigPropertyType<T>configPropertyName(String configPropertyName)Sets theconfig-property-nameelementConfigPropertyType<T>configPropertySupportsDynamicUpdates(Boolean configPropertySupportsDynamicUpdates)Sets theconfig-property-supports-dynamic-updateselementConfigPropertyType<T>configPropertyType(String configPropertyType)Sets theconfig-property-typeelementConfigPropertyType<T>configPropertyType(ConfigPropertyTypeType configPropertyType)Sets theconfig-property-typeelementConfigPropertyType<T>configPropertyValue(String configPropertyValue)Sets theconfig-property-valueelementConfigPropertyType<T>description(String... values)Creates for all String objects representingdescriptionelements, a newdescriptionelementList<String>getAllDescription()Returns alldescriptionelementsStringgetConfigPropertyName()Returns theconfig-property-nameelementConfigPropertyTypeTypegetConfigPropertyType()Returns theconfig-property-typeelementStringgetConfigPropertyTypeAsString()Returns theconfig-property-typeelementStringgetConfigPropertyValue()Returns theconfig-property-valueelementStringgetId()Returns theidattributeConfigPropertyType<T>id(String id)Sets theidattributeBooleanisConfigPropertyConfidential()Returns theconfig-property-confidentialelementBooleanisConfigPropertyIgnore()Returns theconfig-property-ignoreelementBooleanisConfigPropertySupportsDynamicUpdates()Returns theconfig-property-supports-dynamic-updateselementConfigPropertyType<T>removeAllDescription()Removes thedescriptionelementConfigPropertyType<T>removeConfigPropertyConfidential()Removes theconfig-property-confidentialelementConfigPropertyType<T>removeConfigPropertyIgnore()Removes theconfig-property-ignoreelementConfigPropertyType<T>removeConfigPropertyName()Removes theconfig-property-nameelementConfigPropertyType<T>removeConfigPropertySupportsDynamicUpdates()Removes theconfig-property-supports-dynamic-updateselementConfigPropertyType<T>removeConfigPropertyType()Removes theconfig-property-typeattributeConfigPropertyType<T>removeConfigPropertyValue()Removes theconfig-property-valueelementConfigPropertyType<T>removeId()Removes theidattribute
-
-
-
Method Detail
-
description
ConfigPropertyType<T> description(String... values)
Creates for all String objects representingdescriptionelements, a newdescriptionelement- Parameters:
values- list ofdescriptionobjects- Returns:
- the current instance of
ConfigPropertyType
-
getAllDescription
List<String> getAllDescription()
Returns alldescriptionelements- Returns:
- list of
description
-
removeAllDescription
ConfigPropertyType<T> removeAllDescription()
Removes thedescriptionelement- Returns:
- the current instance of
ConfigPropertyType
-
configPropertyName
ConfigPropertyType<T> configPropertyName(String configPropertyName)
Sets theconfig-property-nameelement- Parameters:
configPropertyName- the value for the elementconfig-property-name- Returns:
- the current instance of
ConfigPropertyType
-
getConfigPropertyName
String getConfigPropertyName()
Returns theconfig-property-nameelement- Returns:
- the node defined for the element
config-property-name
-
removeConfigPropertyName
ConfigPropertyType<T> removeConfigPropertyName()
Removes theconfig-property-nameelement- Returns:
- the current instance of
ConfigPropertyType
-
configPropertyType
ConfigPropertyType<T> configPropertyType(ConfigPropertyTypeType configPropertyType)
Sets theconfig-property-typeelement- Parameters:
configPropertyType- the value for the elementconfig-property-type- Returns:
- the current instance of
ConfigPropertyType
-
configPropertyType
ConfigPropertyType<T> configPropertyType(String configPropertyType)
Sets theconfig-property-typeelement- Parameters:
configPropertyType- the value for the elementconfig-property-type- Returns:
- the current instance of
ConfigPropertyType
-
getConfigPropertyType
ConfigPropertyTypeType getConfigPropertyType()
Returns theconfig-property-typeelement- Returns:
- the value found for the element
config-property-type
-
getConfigPropertyTypeAsString
String getConfigPropertyTypeAsString()
Returns theconfig-property-typeelement- Returns:
- the value found for the element
config-property-type
-
removeConfigPropertyType
ConfigPropertyType<T> removeConfigPropertyType()
Removes theconfig-property-typeattribute- Returns:
- the current instance of
ConfigPropertyType
-
configPropertyValue
ConfigPropertyType<T> configPropertyValue(String configPropertyValue)
Sets theconfig-property-valueelement- Parameters:
configPropertyValue- the value for the elementconfig-property-value- Returns:
- the current instance of
ConfigPropertyType
-
getConfigPropertyValue
String getConfigPropertyValue()
Returns theconfig-property-valueelement- Returns:
- the node defined for the element
config-property-value
-
removeConfigPropertyValue
ConfigPropertyType<T> removeConfigPropertyValue()
Removes theconfig-property-valueelement- Returns:
- the current instance of
ConfigPropertyType
-
configPropertyIgnore
ConfigPropertyType<T> configPropertyIgnore(Boolean configPropertyIgnore)
Sets theconfig-property-ignoreelement- Parameters:
configPropertyIgnore- the value for the elementconfig-property-ignore- Returns:
- the current instance of
ConfigPropertyType
-
isConfigPropertyIgnore
Boolean isConfigPropertyIgnore()
Returns theconfig-property-ignoreelement- Returns:
- the node defined for the element
config-property-ignore
-
removeConfigPropertyIgnore
ConfigPropertyType<T> removeConfigPropertyIgnore()
Removes theconfig-property-ignoreelement- Returns:
- the current instance of
ConfigPropertyType
-
configPropertySupportsDynamicUpdates
ConfigPropertyType<T> configPropertySupportsDynamicUpdates(Boolean configPropertySupportsDynamicUpdates)
Sets theconfig-property-supports-dynamic-updateselement- Parameters:
configPropertySupportsDynamicUpdates- the value for the elementconfig-property-supports-dynamic-updates- Returns:
- the current instance of
ConfigPropertyType
-
isConfigPropertySupportsDynamicUpdates
Boolean isConfigPropertySupportsDynamicUpdates()
Returns theconfig-property-supports-dynamic-updateselement- Returns:
- the node defined for the element
config-property-supports-dynamic-updates
-
removeConfigPropertySupportsDynamicUpdates
ConfigPropertyType<T> removeConfigPropertySupportsDynamicUpdates()
Removes theconfig-property-supports-dynamic-updateselement- Returns:
- the current instance of
ConfigPropertyType
-
configPropertyConfidential
ConfigPropertyType<T> configPropertyConfidential(Boolean configPropertyConfidential)
Sets theconfig-property-confidentialelement- Parameters:
configPropertyConfidential- the value for the elementconfig-property-confidential- Returns:
- the current instance of
ConfigPropertyType
-
isConfigPropertyConfidential
Boolean isConfigPropertyConfidential()
Returns theconfig-property-confidentialelement- Returns:
- the node defined for the element
config-property-confidential
-
removeConfigPropertyConfidential
ConfigPropertyType<T> removeConfigPropertyConfidential()
Removes theconfig-property-confidentialelement- Returns:
- the current instance of
ConfigPropertyType
-
id
ConfigPropertyType<T> id(String id)
Sets theidattribute- Parameters:
id- the value for the attributeid- Returns:
- the current instance of
ConfigPropertyType
-
getId
String getId()
Returns theidattribute- Returns:
- the value defined for the attribute
id
-
removeId
ConfigPropertyType<T> removeId()
Removes theidattribute- Returns:
- the current instance of
ConfigPropertyType
-
-