com.ibm.gre.samples.collectionhelpers
Class LineType
java.lang.Object
|
+--com.ibm.gre.samples.collectionhelpers.LineType
- public final class LineType
- extends java.lang.Object
Constant values indicating the type of Line
to be displayed on a Query Dialog
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NONE
public static final int NONE
- See Also:
- Constant Field Values
SCOPE
public static final int SCOPE
- See Also:
- Constant Field Values
GT
public static final int GT
- See Also:
- Constant Field Values
LT
public static final int LT
- See Also:
- Constant Field Values
EQ
public static final int EQ
- See Also:
- Constant Field Values
GTEQ
public static final int GTEQ
- See Also:
- Constant Field Values
LTEQ
public static final int LTEQ
- See Also:
- Constant Field Values
LIKE
public static final int LIKE
- See Also:
- Constant Field Values
NOT_LIKE
public static final int NOT_LIKE
- See Also:
- Constant Field Values
IS_NULL
public static final int IS_NULL
- See Also:
- Constant Field Values
LB
public static final int LB
- See Also:
- Constant Field Values
AND
public static final int AND
- See Also:
- Constant Field Values
OR
public static final int OR
- See Also:
- Constant Field Values
NOT
public static final int NOT
- See Also:
- Constant Field Values
RB
public static final int RB
- See Also:
- Constant Field Values
HAS_CHILD
public static final int HAS_CHILD
- See Also:
- Constant Field Values
IS_CHILD_OF
public static final int IS_CHILD_OF
- See Also:
- Constant Field Values
HAS_PART
public static final int HAS_PART
- See Also:
- Constant Field Values
IS_PART_OF
public static final int IS_PART_OF
- See Also:
- Constant Field Values
LineType
public LineType()