Oracle Personalization
REAPI_RT
v9.0.2

oracle.dmt.op.re.base
Interface Enum.RelationalOperator

Enclosing class:
Enum

public static interface Enum.RelationalOperator

Interface RelationalOperator is the actual enumeration for the RelationalOperatorType. Add new entries here.


Field Summary
TypeField
static Enum.RelationalOperatorType EQ
           
static Enum.RelationalOperatorType GEQ
           
static Enum.RelationalOperatorType GT
           
static Enum.RelationalOperatorType LEQ
           
static Enum.RelationalOperatorType LT
           
static Enum.RelationalOperatorType NEQ
           
 

Field Detail

EQ

public static final Enum.RelationalOperatorType EQ

NEQ

public static final Enum.RelationalOperatorType NEQ

LT

public static final Enum.RelationalOperatorType LT

LEQ

public static final Enum.RelationalOperatorType LEQ

GT

public static final Enum.RelationalOperatorType GT

GEQ

public static final Enum.RelationalOperatorType GEQ

Oracle Personalization
REAPI_RT
v9.0.2