001 /*
002 * To change this template, choose Tools | Templates
003 * and open the template in the editor.
004 */
005
006 package org.galagosearch.tupleflow.typebuilder;
007
008 /**
009 *
010 * @author trevor
011 */
012 public enum Direction {
013 ASCENDING,
014 DESCENDING
015 }
016