com.sapportals.connector.metadata.operators

Interface IOperator

All Known Subinterfaces:
IEqual, IGreaterThan, IGreaterThanOrEqual, ILessThan, ILessThanOrEqual, ILike, INotEqual

public interface IOperator

This base interface exposes metadata for operators on data primitives


Field Summary
static String OPERATOR_TYPE_EQUAL
          Constant represents the equal sign
static String OPERATOR_TYPE_GREATER_THAN
          Constant represents the greater than sign
static String OPERATOR_TYPE_GREATER_THAN_OR_EQUAL
          Constant represents the greater than or equal sign
static String OPERATOR_TYPE_LESS_THAN
          Constant represents the less than sign
static String OPERATOR_TYPE_LESS_THAN_OR_EQUAL
          Constant represents the less than or equal sign
static String OPERATOR_TYPE_LIKE
          Constant represents like string
static String OPERATOR_TYPE_NOT_EQUAL
          Constant represents the not equal sign
 
Method Summary
 String retrieveOperatorDescription()
          Return a short description of this operator.
 String retrieveOperatorTypeCode()
          Returns the type code of the primitive,
 

Field Detail

OPERATOR_TYPE_EQUAL

static final String OPERATOR_TYPE_EQUAL
Constant represents the equal sign

See Also:
Constant Field Values

OPERATOR_TYPE_LESS_THAN_OR_EQUAL

static final String OPERATOR_TYPE_LESS_THAN_OR_EQUAL
Constant represents the less than or equal sign

See Also:
Constant Field Values

OPERATOR_TYPE_LESS_THAN

static final String OPERATOR_TYPE_LESS_THAN
Constant represents the less than sign

See Also:
Constant Field Values

OPERATOR_TYPE_GREATER_THAN_OR_EQUAL

static final String OPERATOR_TYPE_GREATER_THAN_OR_EQUAL
Constant represents the greater than or equal sign

See Also:
Constant Field Values

OPERATOR_TYPE_GREATER_THAN

static final String OPERATOR_TYPE_GREATER_THAN
Constant represents the greater than sign

See Also:
Constant Field Values

OPERATOR_TYPE_NOT_EQUAL

static final String OPERATOR_TYPE_NOT_EQUAL
Constant represents the not equal sign

See Also:
Constant Field Values

OPERATOR_TYPE_LIKE

static final String OPERATOR_TYPE_LIKE
Constant represents like string

See Also:
Constant Field Values
Method Detail

retrieveOperatorTypeCode

String retrieveOperatorTypeCode()
Returns the type code of the primitive,

Returns:
OPERATOR_TYPE_EQUAL, OPERATOR_TYPE_LESS_THAN_OR_EQUAL, OPERATOR_TYPE_LESS_THAN, OPERATOR_TYPE_GREATER_THAN_OR_EQUAL, OPERATOR_TYPE_GREATER_THAN, OPERATOR_TYPE_NOT_EQUAL, OPERATOR_TYPE_LIKE

retrieveOperatorDescription

String retrieveOperatorDescription()
Return a short description of this operator.

Returns:
String A short description of the operator.
Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] EP-BASIS-API [sap.com] tc/epbc/connectivityfw/api api EP-PIN
[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


Copyright 2011 SAP AG Complete Copyright Notice