org.galagosearch.tupleflow.typebuilder
Class OrderedFieldSpecification

java.lang.Object
  extended by org.galagosearch.tupleflow.typebuilder.OrderedFieldSpecification

public class OrderedFieldSpecification
extends java.lang.Object

Author:
trevor

Field Summary
protected  Direction direction
           
protected  java.lang.String name
           
 
Constructor Summary
OrderedFieldSpecification(Direction direction, java.lang.String name)
           
 
Method Summary
 Direction getDirection()
           
 java.lang.String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

direction

protected Direction direction

name

protected java.lang.String name
Constructor Detail

OrderedFieldSpecification

public OrderedFieldSpecification(Direction direction,
                                 java.lang.String name)
Method Detail

getName

public java.lang.String getName()

getDirection

public Direction getDirection()


Copyright © 2009. All Rights Reserved.