public class ComparisonOperatorType extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static ComparisonOperatorType |
BETWEEN
The instance of the Between type
|
static int |
BETWEEN_TYPE
The Between type
|
static ComparisonOperatorType |
EQUALTO
The instance of the EqualTo type
|
static int |
EQUALTO_TYPE
The EqualTo type
|
static ComparisonOperatorType |
GREATERTHAN
The instance of the GreaterThan type
|
static int |
GREATERTHAN_TYPE
The GreaterThan type
|
static ComparisonOperatorType |
GREATERTHANEQUALTO
The instance of the GreaterThanEqualTo type
|
static int |
GREATERTHANEQUALTO_TYPE
The GreaterThanEqualTo type
|
static ComparisonOperatorType |
LESSTHAN
The instance of the LessThan type
|
static int |
LESSTHAN_TYPE
The LessThan type
|
static ComparisonOperatorType |
LESSTHANEQUALTO
The instance of the LessThanEqualTo type
|
static int |
LESSTHANEQUALTO_TYPE
The LessThanEqualTo type
|
static ComparisonOperatorType |
LIKE
The instance of the Like type
|
static int |
LIKE_TYPE
The Like type
|
static ComparisonOperatorType |
NOTEQUALTO
The instance of the NotEqualTo type
|
static int |
NOTEQUALTO_TYPE
The NotEqualTo type
|
static ComparisonOperatorType |
NULLCHECK
The instance of the NullCheck type
|
static int |
NULLCHECK_TYPE
The NullCheck type
|
| Modifier and Type | Method and Description |
|---|---|
static Enumeration |
enumerate()
Method enumerate
Returns an enumeration of all possible instances of
ComparisonOperatorType
|
int |
getType()
Method getType
Returns the type of this ComparisonOperatorType
|
String |
toString()
Method toString
Returns the String representation of this
ComparisonOperatorType
|
static ComparisonOperatorType |
valueOf(String string)
Method valueOf
Returns a new ComparisonOperatorType based on the given
String value.
|
public static final int LESSTHAN_TYPE
public static final ComparisonOperatorType LESSTHAN
public static final int GREATERTHAN_TYPE
public static final ComparisonOperatorType GREATERTHAN
public static final int LESSTHANEQUALTO_TYPE
public static final ComparisonOperatorType LESSTHANEQUALTO
public static final int GREATERTHANEQUALTO_TYPE
public static final ComparisonOperatorType GREATERTHANEQUALTO
public static final int EQUALTO_TYPE
public static final ComparisonOperatorType EQUALTO
public static final int NOTEQUALTO_TYPE
public static final ComparisonOperatorType NOTEQUALTO
public static final int LIKE_TYPE
public static final ComparisonOperatorType LIKE
public static final int BETWEEN_TYPE
public static final ComparisonOperatorType BETWEEN
public static final int NULLCHECK_TYPE
public static final ComparisonOperatorType NULLCHECK
public static Enumeration enumerate()
public int getType()
public String toString()
public static ComparisonOperatorType valueOf(String string)
string - Copyright © 2020 B3Partners B.V.. All rights reserved.