
public interface Index<T> extends Child<T>, OrmIndexCommType<T,Index<T>>
index xsd type| Modifier and Type | Method and Description |
|---|---|
Index<T> |
columnList(String columnList)
Sets the
column-list attribute |
Index<T> |
description(String description)
Sets the
description element |
String |
getColumnList()
Returns the
column-list attribute |
String |
getDescription()
Returns the
description element |
String |
getName()
Returns the
name attribute |
Boolean |
isUnique()
Returns the
unique attribute |
Index<T> |
name(String name)
Sets the
name attribute |
Index<T> |
removeColumnList()
Removes the
column-list attribute |
Index<T> |
removeDescription()
Removes the
description element |
Index<T> |
removeName()
Removes the
name attribute |
Index<T> |
removeUnique()
Removes the
unique attribute |
Index<T> |
unique(Boolean unique)
Sets the
unique attribute |
Index<T> description(String description)
description elementdescription - the value for the element descriptionIndexString getDescription()
description elementdescriptionIndex<T> removeDescription()
description elementIndexIndex<T> name(String name)
name attributename - the value for the attribute nameIndexString getName()
name attributenameIndex<T> columnList(String columnList)
column-list attributecolumnList - the value for the attribute column-listIndexString getColumnList()
column-list attributecolumn-listIndex<T> removeColumnList()
column-list attributeIndexIndex<T> unique(Boolean unique)
unique attributeunique - the value for the attribute uniqueIndexBoolean isUnique()
unique attributeuniqueCopyright © 2025 JBoss by Red Hat. All rights reserved.