Class AttributeSorting


  • public class AttributeSorting
    extends java.lang.Object
    Describes the sorting of an attribute.
    Author:
    harald
    • Constructor Detail

      • AttributeSorting

        public AttributeSorting​(Attribute attribute,
                                SortType sortType)
        Creates a sorting info for an attribute.
        Parameters:
        attribute - the attribute
        sortType - the sort type
    • Method Detail

      • getAttribute

        public Attribute getAttribute()
        Gets the sorted attribute.
        Returns:
        the attribute
      • getSortType

        public SortType getSortType()
        Gets the sort type.
        Returns:
        the sort type
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object