|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.oasis.ebxml.registry.bindings.query.types.LogicalPredicateType
Field Summary | |
static LogicalPredicateType |
EQ
The instance of the EQ type |
static int |
EQ_TYPE
The EQ type |
static LogicalPredicateType |
GE
The instance of the GE type |
static int |
GE_TYPE
The GE type |
static LogicalPredicateType |
GT
The instance of the GT type |
static int |
GT_TYPE
The GT type |
static LogicalPredicateType |
LE
The instance of the LE type |
static int |
LE_TYPE
The LE type |
static LogicalPredicateType |
LT
The instance of the LT type |
static int |
LT_TYPE
The LT type |
static LogicalPredicateType |
NE
The instance of the NE type |
static int |
NE_TYPE
The NE type |
Method Summary | |
static java.util.Enumeration |
enumerate()
Returns an enumeration of all possible instances of LogicalPredicateType |
int |
getType()
Returns the type of this LogicalPredicateType |
java.lang.String |
toString()
Returns the String representation of this LogicalPredicateTyp |
static LogicalPredicateType |
valueOf(java.lang.String string)
Returns a new LogicalPredicateType based on the given String value. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int LE_TYPE
public static final LogicalPredicateType LE
public static final int LT_TYPE
public static final LogicalPredicateType LT
public static final int GE_TYPE
public static final LogicalPredicateType GE
public static final int GT_TYPE
public static final LogicalPredicateType GT
public static final int EQ_TYPE
public static final LogicalPredicateType EQ
public static final int NE_TYPE
public static final LogicalPredicateType NE
Method Detail |
public static java.util.Enumeration enumerate()
public int getType()
public java.lang.String toString()
public static LogicalPredicateType valueOf(java.lang.String string)
string
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |