org.exolab.adaptx.xpath.expressions

Interface EqualityExpr

public interface EqualityExpr extends BinaryExpr

Represents an Equality expression

Version: $Revision: 3734 $

Author: Keith Visco

Field Summary
static shortEQUAL
static shortGREATER_THAN
static shortGT_OR_EQUAL
static shortLESS_THAN
static shortLT_OR_EQUAL
static shortNOT_EQUAL
Method Summary
intgetComparisonType()
Returns the equality comparison type.

Field Detail

EQUAL

public static final short EQUAL

GREATER_THAN

public static final short GREATER_THAN

GT_OR_EQUAL

public static final short GT_OR_EQUAL

LESS_THAN

public static final short LESS_THAN

LT_OR_EQUAL

public static final short LT_OR_EQUAL

NOT_EQUAL

public static final short NOT_EQUAL

Method Detail

getComparisonType

public int getComparisonType()
Returns the equality comparison type.

Returns: the equality comparison type