SAP J2EE Engine

Version 6.40


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

Version:
1.0

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

Field Detail

OPERATOR_TYPE_EQUAL

public static final java.lang.String OPERATOR_TYPE_EQUAL
Constant represents the equal sign

OPERATOR_TYPE_LESS_THAN_OR_EQUAL

public static final java.lang.String OPERATOR_TYPE_LESS_THAN_OR_EQUAL
Constant represents the less than or equal sign

OPERATOR_TYPE_LESS_THAN

public static final java.lang.String OPERATOR_TYPE_LESS_THAN
Constant represents the less than sign

OPERATOR_TYPE_GREATER_THAN_OR_EQUAL

public static final java.lang.String OPERATOR_TYPE_GREATER_THAN_OR_EQUAL
Constant represents the greater than or equal sign

OPERATOR_TYPE_GREATER_THAN

public static final java.lang.String OPERATOR_TYPE_GREATER_THAN
Constant represents the greater than sign

OPERATOR_TYPE_NOT_EQUAL

public static final java.lang.String OPERATOR_TYPE_NOT_EQUAL
Constant represents the not equal sign

OPERATOR_TYPE_LIKE

public static final java.lang.String OPERATOR_TYPE_LIKE
Constant represents like string
Method Detail

retrieveOperatorTypeCode

public java.lang.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

public java.lang.String retrieveOperatorDescription()
Return a short description of this operator.
Returns:
String A short description of the operator.

SAP J2EE Engine

Version 6.40


Copyright © 2001-2005 SAP AG. All Rights Reserved.