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

Packages that use ConnectivePredicateType
org.oasis.ebxml.registry.bindings.query   
org.oasis.ebxml.registry.bindings.query.types   
 

Uses of ConnectivePredicateType in org.oasis.ebxml.registry.bindings.query
 

Methods in org.oasis.ebxml.registry.bindings.query that return ConnectivePredicateType
 ConnectivePredicateType CompoundClause.getConnectivePredicate()
          Returns the value of field 'connectivePredicate'.
 

Methods in org.oasis.ebxml.registry.bindings.query with parameters of type ConnectivePredicateType
 void CompoundClause.setConnectivePredicate(ConnectivePredicateType connectivePredicate)
          Sets the value of field 'connectivePredicate'.
 

Uses of ConnectivePredicateType in org.oasis.ebxml.registry.bindings.query.types
 

Fields in org.oasis.ebxml.registry.bindings.query.types declared as ConnectivePredicateType
static ConnectivePredicateType ConnectivePredicateType.AND
          The instance of the And type
static ConnectivePredicateType ConnectivePredicateType.OR
          The instance of the Or type
 

Methods in org.oasis.ebxml.registry.bindings.query.types that return ConnectivePredicateType
static ConnectivePredicateType ConnectivePredicateType.valueOf(java.lang.String string)
          Returns a new ConnectivePredicateType based on the given String value.