org.springframework.richclient.table
Class SortOrder

java.lang.Object
  extended by org.springframework.richclient.table.SortOrder

public class SortOrder
extends Object

Author:
Keith Donald

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

Field Detail

ASCENDING

public static final SortOrder ASCENDING

DESCENDING

public static final SortOrder DESCENDING
Method Detail

getValue

public int getValue()

flip

public SortOrder flip()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004-2008 The Spring Framework. All Rights Reserved.