Class SortCriteriaInformation


  • @API(type=INTERNAL,
         src=PUBLIC)
    public class SortCriteriaInformation
    extends java.lang.Object
    Holds information about the sort criteria and scope.
    • Field Detail

      • onlySelectedElements

        public final boolean onlySelectedElements
        true when the sort scope is represented only by the selected elements.
    • Constructor Detail

      • SortCriteriaInformation

        public SortCriteriaInformation​(CriterionInformation[] info,
                                       boolean onlySelectedEntries)
        Constructor.
        Parameters:
        info - Array containing the CriterionInformation objects which will be used to sort the element.
        onlySelectedEntries - true if the scope of the sort is "Selected elements", false for "All elements".
    • Method Detail

      • toString

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