Class ParsedSorting

java.lang.Object
com.yahoo.schema.parser.ParsedBlock
com.yahoo.schema.parser.ParsedSorting

public class ParsedSorting extends ParsedBlock
This class holds the extracted information after parsing a "sorting" block, using simple data structures as far as possible. Do not put advanced logic here!
Author:
arnej27959
  • Method Details

    • setAscending

      public void setAscending()
    • setDescending

      public void setDescending()
    • setLocale

      public void setLocale(String value)
    • setFunction

      public void setFunction(Sorting.Function value)
    • setStrength

      public void setStrength(Sorting.Strength value)