com.sap.ip.me.api.persist.query
Class LogicalOperatorType

java.lang.Object
  extended bycom.sap.ip.me.api.persist.query.LogicalOperatorType

public final class LogicalOperatorType
extends java.lang.Object

Author:
SAP

Field Summary
static LogicalOperatorType AND
          AND operator.
static LogicalOperatorType NOT
          NOT operator.
static LogicalOperatorType OR
          OR operator.
 
Method Summary
 int getInstanceId()
           
 java.lang.String toString()
          Description of the Method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

AND

public static LogicalOperatorType AND
AND operator.


OR

public static LogicalOperatorType OR
OR operator.


NOT

public static LogicalOperatorType NOT
NOT operator.

Method Detail

toString

public java.lang.String toString()
Description of the Method

Returns:
Description of the Return Value

getInstanceId

public int getInstanceId()


Copyright © 2005 SAP AG. All Rights Reserved.