
public interface AttributeOverride<T> extends Child<T>, OrmAttributeOverrideCommType<T,AttributeOverride<T>,Column<AttributeOverride<T>>>
attribute-override xsd type| Modifier 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 descriptionAttributeOverrideString getDescription()
description elementdescriptionAttributeOverride<T> removeDescription()
description elementAttributeOverrideColumn<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 elementAttributeOverrideAttributeOverride<T> name(String name)
name attributename - the value for the attribute nameAttributeOverrideString getName()
name attributenameAttributeOverride<T> removeName()
name attributeAttributeOverrideCopyright © 2025 JBoss by Red Hat. All rights reserved.