public class ConfigPropertyTypeImpl<T> extends Object implements org.jboss.shrinkwrap.descriptor.api.Child<T>, ConfigPropertyType<T>
config-propertyType
xsd typeConstructor and Description |
---|
ConfigPropertyTypeImpl(T t,
String nodeName,
org.jboss.shrinkwrap.descriptor.spi.node.Node node) |
ConfigPropertyTypeImpl(T t,
String nodeName,
org.jboss.shrinkwrap.descriptor.spi.node.Node node,
org.jboss.shrinkwrap.descriptor.spi.node.Node childNode) |
Modifier and Type | Method and Description |
---|---|
ConfigPropertyType<T> |
configPropertyConfidential(Boolean configPropertyConfidential)
Sets the
config-property-confidential element |
ConfigPropertyType<T> |
configPropertyIgnore(Boolean configPropertyIgnore)
Sets the
config-property-ignore element |
ConfigPropertyType<T> |
configPropertyName(String configPropertyName)
Sets the
config-property-name element |
ConfigPropertyType<T> |
configPropertySupportsDynamicUpdates(Boolean configPropertySupportsDynamicUpdates)
Sets the
config-property-supports-dynamic-updates 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 |
Boolean |
isConfigPropertyConfidential()
Returns the
config-property-confidential element |
Boolean |
isConfigPropertyIgnore()
Returns the
config-property-ignore element |
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 |
T |
up() |
public ConfigPropertyTypeImpl(T t, String nodeName, org.jboss.shrinkwrap.descriptor.spi.node.Node node)
public ConfigPropertyType<T> description(String... values)
description
elements,
a new description
elementdescription
in interface ConfigPropertyType<T>
values
- list of description
objectsConfigPropertyType
public List<String> getAllDescription()
description
elementsgetAllDescription
in interface ConfigPropertyType<T>
description
public ConfigPropertyType<T> removeAllDescription()
description
elementremoveAllDescription
in interface ConfigPropertyType<T>
ConfigPropertyType
public ConfigPropertyType<T> configPropertyName(String configPropertyName)
config-property-name
elementconfigPropertyName
in interface ConfigPropertyType<T>
configPropertyName
- the value for the element config-property-name
ConfigPropertyType
public String getConfigPropertyName()
config-property-name
elementgetConfigPropertyName
in interface ConfigPropertyType<T>
config-property-name
public ConfigPropertyType<T> removeConfigPropertyName()
config-property-name
elementremoveConfigPropertyName
in interface ConfigPropertyType<T>
ConfigPropertyType
public ConfigPropertyType<T> configPropertyType(ConfigPropertyTypeType configPropertyType)
config-property-type
elementconfigPropertyType
in interface ConfigPropertyType<T>
configPropertyType
- the value for the element config-property-type
ConfigPropertyType
public ConfigPropertyType<T> configPropertyType(String configPropertyType)
config-property-type
elementconfigPropertyType
in interface ConfigPropertyType<T>
configPropertyType
- the value for the element config-property-type
ConfigPropertyType
public ConfigPropertyTypeType getConfigPropertyType()
config-property-type
elementgetConfigPropertyType
in interface ConfigPropertyType<T>
config-property-type
public String getConfigPropertyTypeAsString()
config-property-type
elementgetConfigPropertyTypeAsString
in interface ConfigPropertyType<T>
config-property-type
public ConfigPropertyType<T> removeConfigPropertyType()
config-property-type
attributeremoveConfigPropertyType
in interface ConfigPropertyType<T>
ConfigPropertyType
public ConfigPropertyType<T> configPropertyValue(String configPropertyValue)
config-property-value
elementconfigPropertyValue
in interface ConfigPropertyType<T>
configPropertyValue
- the value for the element config-property-value
ConfigPropertyType
public String getConfigPropertyValue()
config-property-value
elementgetConfigPropertyValue
in interface ConfigPropertyType<T>
config-property-value
public ConfigPropertyType<T> removeConfigPropertyValue()
config-property-value
elementremoveConfigPropertyValue
in interface ConfigPropertyType<T>
ConfigPropertyType
public ConfigPropertyType<T> configPropertyIgnore(Boolean configPropertyIgnore)
config-property-ignore
elementconfigPropertyIgnore
in interface ConfigPropertyType<T>
configPropertyIgnore
- the value for the element config-property-ignore
ConfigPropertyType
public Boolean isConfigPropertyIgnore()
config-property-ignore
elementisConfigPropertyIgnore
in interface ConfigPropertyType<T>
config-property-ignore
public ConfigPropertyType<T> removeConfigPropertyIgnore()
config-property-ignore
elementremoveConfigPropertyIgnore
in interface ConfigPropertyType<T>
ConfigPropertyType
public ConfigPropertyType<T> configPropertySupportsDynamicUpdates(Boolean configPropertySupportsDynamicUpdates)
config-property-supports-dynamic-updates
elementconfigPropertySupportsDynamicUpdates
in interface ConfigPropertyType<T>
configPropertySupportsDynamicUpdates
- the value for the element config-property-supports-dynamic-updates
ConfigPropertyType
public Boolean isConfigPropertySupportsDynamicUpdates()
config-property-supports-dynamic-updates
elementisConfigPropertySupportsDynamicUpdates
in interface ConfigPropertyType<T>
config-property-supports-dynamic-updates
public ConfigPropertyType<T> removeConfigPropertySupportsDynamicUpdates()
config-property-supports-dynamic-updates
elementremoveConfigPropertySupportsDynamicUpdates
in interface ConfigPropertyType<T>
ConfigPropertyType
public ConfigPropertyType<T> configPropertyConfidential(Boolean configPropertyConfidential)
config-property-confidential
elementconfigPropertyConfidential
in interface ConfigPropertyType<T>
configPropertyConfidential
- the value for the element config-property-confidential
ConfigPropertyType
public Boolean isConfigPropertyConfidential()
config-property-confidential
elementisConfigPropertyConfidential
in interface ConfigPropertyType<T>
config-property-confidential
public ConfigPropertyType<T> removeConfigPropertyConfidential()
config-property-confidential
elementremoveConfigPropertyConfidential
in interface ConfigPropertyType<T>
ConfigPropertyType
public ConfigPropertyType<T> id(String id)
id
attributeid
in interface ConfigPropertyType<T>
id
- the value for the attribute id
ConfigPropertyType
public String getId()
id
attributegetId
in interface ConfigPropertyType<T>
id
public ConfigPropertyType<T> removeId()
id
attributeremoveId
in interface ConfigPropertyType<T>
ConfigPropertyType
Copyright © 2021 JBoss by Red Hat. All rights reserved.