com.sap.workspaces.directory

Class SortBy

java.lang.Object
  extended by com.sap.workspaces.directory.SortBy

public final class SortBy
extends Object

Defines the sort order of search results


Field Summary
static SortBy CREATED_AT_ASCENDING
          Sort by workspace creation date in the ascending order
static SortBy CREATED_AT_DESCENDING
          Sort by workspace creation date in the descending order
static SortBy NAME_ASCENDING
          Sort by workspace name in the ascending order
static SortBy NAME_DESCENDING
          Sort by workspace name in the descending order
 
Constructor Summary
protected SortBy(String val)
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 String toString()
           
static SortBy valueOf(String val)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

NAME_ASCENDING

public static final SortBy NAME_ASCENDING
Sort by workspace name in the ascending order


NAME_DESCENDING

public static final SortBy NAME_DESCENDING
Sort by workspace name in the descending order


CREATED_AT_ASCENDING

public static final SortBy CREATED_AT_ASCENDING
Sort by workspace creation date in the ascending order


CREATED_AT_DESCENDING

public static final SortBy CREATED_AT_DESCENDING
Sort by workspace creation date in the descending order

Constructor Detail

SortBy

protected SortBy(String val)
Method Detail

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

valueOf

public static SortBy valueOf(String val)


Copyright 2010 SAP AG Complete Copyright Notice