Interface Sortable

All Known Implementing Classes:
PluralAttributeSourceMapImpl, PluralAttributeSourceSetImpl

public interface Sortable
Contact to define if the source of plural attribute is sortable or not.
  • Method Summary

    Modifier and Type
    Method
    Description
    The comparator class name which will be used to sort the attribute.
    boolean
    If the source of plural attribute is supposed to be sorted.
  • Method Details

    • isSorted

      boolean isSorted()
      If the source of plural attribute is supposed to be sorted.
      Returns:
      true the attribute will be sortable or false means not.
    • getComparatorName

      String getComparatorName()
      The comparator class name which will be used to sort the attribute.
      Returns:
      Qualified class name which implements Comparator contact.