org.oasis.ebxml.registry.bindings.query.types
Class ConnectivePredicateType

java.lang.Object
  extended byorg.oasis.ebxml.registry.bindings.query.types.ConnectivePredicateType
All Implemented Interfaces:
java.io.Serializable

public class ConnectivePredicateType
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

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

AND_TYPE

public static final int AND_TYPE
The And type

See Also:
Constant Field Values

AND

public static final ConnectivePredicateType AND
The instance of the And type


OR_TYPE

public static final int OR_TYPE
The Or type

See Also:
Constant Field Values

OR

public static final ConnectivePredicateType OR
The instance of the Or type

Method Detail

enumerate

public static java.util.Enumeration enumerate()
Returns an enumeration of all possible instances of ConnectivePredicateType


getType

public int getType()
Returns the type of this ConnectivePredicateType


toString

public java.lang.String toString()
Returns the String representation of this ConnectivePredicateType


valueOf

public static ConnectivePredicateType valueOf(java.lang.String string)
Returns a new ConnectivePredicateType based on the given String value.

Parameters:
string -