public interface AttributeOverride<T> extends Child<T>
attribute-override
xsd typeModifier and Type | Method and Description |
---|---|
AttributeOverride<T> |
description(String description)
Sets the
description element |
String |
getDescription()
Returns the
description element |
String |
getName()
Returns the
name attribute |
Column<AttributeOverride<T>> |
getOrCreateColumn()
If not already created, a new
column element with the given value will be created. |
AttributeOverride<T> |
name(String name)
Sets the
name attribute |
AttributeOverride<T> |
removeColumn()
Removes the
column element |
AttributeOverride<T> |
removeDescription()
Removes the
description element |
AttributeOverride<T> |
removeName()
Removes the
name attribute |
AttributeOverride<T> description(String description)
description
elementdescription
- the value for the element description
AttributeOverride
String getDescription()
description
elementdescription
AttributeOverride<T> removeDescription()
description
elementAttributeOverride
Column<AttributeOverride<T>> getOrCreateColumn()
column
element with the given value will be created.
Otherwise, the existing column
element will be returned.Column>
AttributeOverride<T> removeColumn()
column
elementAttributeOverride
AttributeOverride<T> name(String name)
name
attributename
- the value for the attribute name
AttributeOverride
String getName()
name
attributename
AttributeOverride<T> removeName()
name
attributeAttributeOverride
Copyright © 2014 JBoss by Red Hat. All rights reserved.