com.sap.workspaces.directory

Class SearchMethod

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

public final class SearchMethod
extends Object

Defines how to combine the search conditions defined in SearchFilter


Field Summary
static SearchMethod AND
          combine by AND
static SearchMethod OR
          combine by OR
 
Constructor Summary
SearchMethod(String val)
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

AND

public static final SearchMethod AND
combine by AND


OR

public static final SearchMethod OR
combine by OR

Constructor Detail

SearchMethod

public SearchMethod(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


Copyright 2011 SAP AG Complete Copyright Notice