|
|||||||||||
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.ConnectivePredicateType
Field Summary | |
static ConnectivePredicateType |
AND
The instance of the And type |
static int |
AND_TYPE
The And type |
static ConnectivePredicateType |
OR
The instance of the Or type |
static int |
OR_TYPE
The Or type |
Method Summary | |
static java.util.Enumeration |
enumerate()
Returns an enumeration of all possible instances of ConnectivePredicateType |
int |
getType()
Returns the type of this ConnectivePredicateType |
java.lang.String |
toString()
Returns the String representation of this ConnectivePredicateType |
static ConnectivePredicateType |
valueOf(java.lang.String string)
Returns a new ConnectivePredicateType 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 AND_TYPE
public static final ConnectivePredicateType AND
public static final int OR_TYPE
public static final ConnectivePredicateType OR
Method Detail |
public static java.util.Enumeration enumerate()
public int getType()
public java.lang.String toString()
public static ConnectivePredicateType valueOf(java.lang.String string)
string
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |