-
- All Known Implementing Classes:
IndexAttributeImpl
public interface IndexAttributeAn attribute of an index.- Author:
- harald
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AttributegetAttribute()Gets the attribute.java.lang.StringgetFunctionName()Gets the name of the function.booleanisDescending()Returns whether the attribute is descending.
-
-
-
Method Detail
-
getAttribute
Attribute getAttribute()
Gets the attribute.- Returns:
- the attribute
-
getFunctionName
java.lang.String getFunctionName()
Gets the name of the function.- Returns:
- the function name, null if no function-based index
-
isDescending
boolean isDescending()
Returns whether the attribute is descending.- Returns:
- true if descending, else ascending (default)
-
-