Package com.yahoo.schema.parser
Class ParsedSorting
java.lang.Object
com.yahoo.schema.parser.ParsedBlock
com.yahoo.schema.parser.ParsedSorting
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 Summary
Modifier and TypeMethodDescriptionvoidvoidvoidsetFunction(Sorting.Function value) voidvoidsetStrength(Sorting.Strength value) Methods inherited from class com.yahoo.schema.parser.ParsedBlock
blockType, name, toString, verifyThat
-
Method Details
-
setAscending
public void setAscending() -
setDescending
public void setDescending() -
setLocale
-
setFunction
-
setStrength
-