|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConfigPropertyType<T>
This interface defines the contract for the config-propertyType
xsd type
Method Summary | |
---|---|
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 |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child |
---|
up |
Method Detail |
---|
ConfigPropertyType<T> description(String... values)
description
elements,
a new description
element
values
- list of description
objects
ConfigPropertyType
List<String> getAllDescription()
description
elements
description
ConfigPropertyType<T> removeAllDescription()
description
element
ConfigPropertyType
ConfigPropertyType<T> configPropertyName(String configPropertyName)
config-property-name
element
configPropertyName
- the value for the element config-property-name
ConfigPropertyType
String getConfigPropertyName()
config-property-name
element
config-property-name
ConfigPropertyType<T> removeConfigPropertyName()
config-property-name
element
ConfigPropertyType
ConfigPropertyType<T> configPropertyType(ConfigPropertyTypeType configPropertyType)
config-property-type
element
configPropertyType
- the value for the element config-property-type
ConfigPropertyType
ConfigPropertyType<T> configPropertyType(String configPropertyType)
config-property-type
element
configPropertyType
- the value for the element config-property-type
ConfigPropertyType
ConfigPropertyTypeType getConfigPropertyType()
config-property-type
element
config-property-type
String getConfigPropertyTypeAsString()
config-property-type
element
config-property-type
ConfigPropertyType<T> removeConfigPropertyType()
config-property-type
attribute
ConfigPropertyType
ConfigPropertyType<T> configPropertyValue(String configPropertyValue)
config-property-value
element
configPropertyValue
- the value for the element config-property-value
ConfigPropertyType
String getConfigPropertyValue()
config-property-value
element
config-property-value
ConfigPropertyType<T> removeConfigPropertyValue()
config-property-value
element
ConfigPropertyType
ConfigPropertyType<T> configPropertyIgnore(Boolean configPropertyIgnore)
config-property-ignore
element
configPropertyIgnore
- the value for the element config-property-ignore
ConfigPropertyType
Boolean isConfigPropertyIgnore()
config-property-ignore
element
config-property-ignore
ConfigPropertyType<T> removeConfigPropertyIgnore()
config-property-ignore
element
ConfigPropertyType
ConfigPropertyType<T> configPropertySupportsDynamicUpdates(Boolean configPropertySupportsDynamicUpdates)
config-property-supports-dynamic-updates
element
configPropertySupportsDynamicUpdates
- the value for the element config-property-supports-dynamic-updates
ConfigPropertyType
Boolean isConfigPropertySupportsDynamicUpdates()
config-property-supports-dynamic-updates
element
config-property-supports-dynamic-updates
ConfigPropertyType<T> removeConfigPropertySupportsDynamicUpdates()
config-property-supports-dynamic-updates
element
ConfigPropertyType
ConfigPropertyType<T> configPropertyConfidential(Boolean configPropertyConfidential)
config-property-confidential
element
configPropertyConfidential
- the value for the element config-property-confidential
ConfigPropertyType
Boolean isConfigPropertyConfidential()
config-property-confidential
element
config-property-confidential
ConfigPropertyType<T> removeConfigPropertyConfidential()
config-property-confidential
element
ConfigPropertyType
ConfigPropertyType<T> id(String id)
id
attribute
id
- the value for the attribute id
ConfigPropertyType
String getId()
id
attribute
id
ConfigPropertyType<T> removeId()
id
attribute
ConfigPropertyType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |