-
- 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.booleanisDescending()Returns whether the attribute is descending.
-
-
-
Method Detail
-
getAttribute
Attribute getAttribute()
Gets the attribute.- Returns:
- the attribute
-
isDescending
boolean isDescending()
Returns whether the attribute is descending.- Returns:
- true if descending, else ascending (default)
-
-