Interface IndexAttribute

  • All Known Implementing Classes:
    IndexAttributeImpl

    public interface IndexAttribute
    An attribute of an index.
    Author:
    harald
    • 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)