public interface ConfigPropertyType<T>
extends org.jboss.shrinkwrap.descriptor.api.Child<T>
config-propertyType
xsd typeModifier and Type | Method and Description |
---|---|
ConfigPropertyType<T> |
configPropertyConfidential(java.lang.Boolean configPropertyConfidential)
Sets the
config-property-confidential element |
ConfigPropertyType<T> |
configPropertyIgnore(java.lang.Boolean configPropertyIgnore)
Sets the
config-property-ignore element |
ConfigPropertyType<T> |
configPropertyName(java.lang.String configPropertyName)
Sets the
config-property-name element |
ConfigPropertyType<T> |
configPropertySupportsDynamicUpdates(java.lang.Boolean configPropertySupportsDynamicUpdates)
Sets the
config-property-supports-dynamic-updates 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 |
java.lang.Boolean |
isConfigPropertyConfidential()
Returns the
config-property-confidential element |
java.lang.Boolean |
isConfigPropertyIgnore()
Returns the
config-property-ignore element |
java.lang.Boolean |
isConfigPropertySupportsDynamicUpdates()
Returns the
config-property-supports-dynamic-updates element |
ConfigPropertyType<T> |
removeAllDescription()
Removes the
description element |
ConfigPropertyType<T> |
removeConfigPropertyConfidential()
Removes the
config-property-confidential element |
ConfigPropertyType<T> |
removeConfigPropertyIgnore()
Removes the
config-property-ignore element |
ConfigPropertyType<T> |
removeConfigPropertyName()
Removes the
config-property-name element |
ConfigPropertyType<T> |
removeConfigPropertySupportsDynamicUpdates()
Removes the
config-property-supports-dynamic-updates 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
objectsConfigPropertyType
java.util.List<java.lang.String> getAllDescription()
description
elementsdescription
ConfigPropertyType<T> removeAllDescription()
description
elementConfigPropertyType
ConfigPropertyType<T> configPropertyName(java.lang.String configPropertyName)
config-property-name
elementconfigPropertyName
- the value for the element config-property-name
ConfigPropertyType
java.lang.String getConfigPropertyName()
config-property-name
elementconfig-property-name
ConfigPropertyType<T> removeConfigPropertyName()
config-property-name
elementConfigPropertyType
ConfigPropertyType<T> configPropertyType(ConfigPropertyTypeType configPropertyType)
config-property-type
elementconfigPropertyType
- the value for the element config-property-type
ConfigPropertyType
ConfigPropertyType<T> configPropertyType(java.lang.String configPropertyType)
config-property-type
elementconfigPropertyType
- the value for the element config-property-type
ConfigPropertyType
ConfigPropertyTypeType getConfigPropertyType()
config-property-type
elementconfig-property-type
java.lang.String getConfigPropertyTypeAsString()
config-property-type
elementconfig-property-type
ConfigPropertyType<T> removeConfigPropertyType()
config-property-type
attributeConfigPropertyType
ConfigPropertyType<T> configPropertyValue(java.lang.String configPropertyValue)
config-property-value
elementconfigPropertyValue
- the value for the element config-property-value
ConfigPropertyType
java.lang.String getConfigPropertyValue()
config-property-value
elementconfig-property-value
ConfigPropertyType<T> removeConfigPropertyValue()
config-property-value
elementConfigPropertyType
ConfigPropertyType<T> configPropertyIgnore(java.lang.Boolean configPropertyIgnore)
config-property-ignore
elementconfigPropertyIgnore
- the value for the element config-property-ignore
ConfigPropertyType
java.lang.Boolean isConfigPropertyIgnore()
config-property-ignore
elementconfig-property-ignore
ConfigPropertyType<T> removeConfigPropertyIgnore()
config-property-ignore
elementConfigPropertyType
ConfigPropertyType<T> configPropertySupportsDynamicUpdates(java.lang.Boolean configPropertySupportsDynamicUpdates)
config-property-supports-dynamic-updates
elementconfigPropertySupportsDynamicUpdates
- the value for the element config-property-supports-dynamic-updates
ConfigPropertyType
java.lang.Boolean isConfigPropertySupportsDynamicUpdates()
config-property-supports-dynamic-updates
elementconfig-property-supports-dynamic-updates
ConfigPropertyType<T> removeConfigPropertySupportsDynamicUpdates()
config-property-supports-dynamic-updates
elementConfigPropertyType
ConfigPropertyType<T> configPropertyConfidential(java.lang.Boolean configPropertyConfidential)
config-property-confidential
elementconfigPropertyConfidential
- the value for the element config-property-confidential
ConfigPropertyType
java.lang.Boolean isConfigPropertyConfidential()
config-property-confidential
elementconfig-property-confidential
ConfigPropertyType<T> removeConfigPropertyConfidential()
config-property-confidential
elementConfigPropertyType
ConfigPropertyType<T> id(java.lang.String id)
id
attributeid
- the value for the attribute id
ConfigPropertyType
java.lang.String getId()
id
attributeid
ConfigPropertyType<T> removeId()
id
attributeConfigPropertyType
Copyright © 2014 IronJacamar (http://www.ironjacamar.org)