Uses of Class
org.oasis.ebxml.registry.bindings.query.Clause

Packages that use Clause
org.oasis.ebxml.registry.bindings.query   
 

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

Methods in org.oasis.ebxml.registry.bindings.query that return Clause
 Clause CompoundClause.getClause(int index)
           
 Clause[] CompoundClause.getClause()
           
static Clause Clause.unmarshal(java.io.Reader reader)
           
 Clause FilterType.getClause()
          Returns the value of field 'clause'.
 

Methods in org.oasis.ebxml.registry.bindings.query with parameters of type Clause
 void CompoundClause.addClause(Clause vClause)
           
 void CompoundClause.addClause(int index, Clause vClause)
           
 boolean CompoundClause.removeClause(Clause vClause)
           
 void CompoundClause.setClause(int index, Clause vClause)
           
 void CompoundClause.setClause(Clause[] clauseArray)
           
 void FilterType.setClause(Clause clause)
          Sets the value of field 'clause'.