com.sapportals.connector.execution.objects.language

Interface ICompareCriteria

All Superinterfaces:
ICriteria, ILanguageObject, IPredicateCriteria

public interface ICompareCriteria
extends IPredicateCriteria

This interface marks the criteria object as a comparison condition.


Field Summary
static int EQ
          Constant indicating the two operands are equal.
static int GE
          Constant indicating the first operand is greater than or equal to the second.
static int GT
          Constant indicating the first operand is greater than the second.
static int LE
          Constant indicating the first operand is less than or equal to the second.
static int LT
          Constant indicating the first operand is less than the second.
static int NE
          Constant indicating the two operands are not equal.
 
Method Summary
 IExpression getLeftExpression()
          returns the left expression of the criteria.
 int getOperator()
          returns the operator of the criteria
 IExpression getRightExpression()
          returns the right expression of the criteria.
 

Field Detail

EQ

static final int EQ
Constant indicating the two operands are equal.

See Also:
Constant Field Values

GE

static final int GE
Constant indicating the first operand is greater than or equal to the second.

See Also:
Constant Field Values

GT

static final int GT
Constant indicating the first operand is greater than the second.

See Also:
Constant Field Values

LE

static final int LE
Constant indicating the first operand is less than or equal to the second.

See Also:
Constant Field Values

LT

static final int LT
Constant indicating the first operand is less than the second.

See Also:
Constant Field Values

NE

static final int NE
Constant indicating the two operands are not equal.

See Also:
Constant Field Values
Method Detail

getLeftExpression

IExpression getLeftExpression()
returns the left expression of the criteria.

Returns:
IExpression

getRightExpression

IExpression getRightExpression()
returns the right expression of the criteria.

Returns:
IExpression

getOperator

int getOperator()
returns the operator of the criteria

Returns:
int
Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] FRAMEWORK-EXT [sap.com] tc/conn/connectorframeworkdeprecated - EP-CON-CF
[sap.com] FRAMEWORK-EXT [sap.com] tc/conn/connectorframeworkdeprecated default EP-CON-CF
[sap.com] EP-BASIS-API [sap.com] tc/epbc/connectivityfw/api api EP-PIN


Copyright 2011 SAP AG Complete Copyright Notice