com.electricvine
Class SortOrder

java.lang.Object
  |
  +--com.electricvine.SortOrder

public final class SortOrder
extends java.lang.Object


Field Summary
static SortOrder Asc
           
static SortOrder Desc
           
 
Method Summary
 int getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Asc

public static final SortOrder Asc

Desc

public static final SortOrder Desc
Method Detail

getValue

public int getValue()