View Javadoc

1   /*
2    * To change this template, choose Tools | Templates
3    * and open the template in the editor.
4    */
5   
6   package org.galagosearch.tupleflow.typebuilder;
7   
8   /***
9    *
10   * @author trevor
11   */
12  public enum Direction {
13      ASCENDING,
14      DESCENDING
15  }
16