public interface Index<T> extends Child<T>, OrmIndexCommType<T,Index<T>>
index
xsd typeModifier 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 description
Index
String getDescription()
description
elementdescription
Index<T> removeDescription()
description
elementIndex
Index<T> name(String name)
name
attributename
- the value for the attribute name
Index
String getName()
name
attributename
Index<T> columnList(String columnList)
column-list
attributecolumnList
- the value for the attribute column-list
Index
String getColumnList()
column-list
attributecolumn-list
Index<T> removeColumnList()
column-list
attributeIndex
Index<T> unique(Boolean unique)
unique
attributeunique
- the value for the attribute unique
Index
Boolean isUnique()
unique
attributeunique
Copyright © 2018 JBoss by Red Hat. All rights reserved.