com.plumtree.server
Class PT_ORDERBY_SETTINGS

java.lang.Object
  |
  +--com.plumtree.server.PT_ORDERBY_SETTINGS

public final class PT_ORDERBY_SETTINGS
extends java.lang.Object

These constants define the order (ascending or descending) for ObjectManager queries


Field Summary
static int PT_ORDERBY_ASCENDING
           
static int PT_ORDERBY_DESCENDING
           
 
Constructor Summary
PT_ORDERBY_SETTINGS()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PT_ORDERBY_DESCENDING

public static final int PT_ORDERBY_DESCENDING

PT_ORDERBY_ASCENDING

public static final int PT_ORDERBY_ASCENDING
Constructor Detail

PT_ORDERBY_SETTINGS

public PT_ORDERBY_SETTINGS()


Copyright © 2003 Plumtree Software Inc. All Rights Reserved.