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

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

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

Methods in org.oasis.ebxml.registry.bindings.query that return LogicalPredicateType
 LogicalPredicateType RationalClause.getLogicalPredicate()
          Returns the value of field 'logicalPredicate'.
 

Methods in org.oasis.ebxml.registry.bindings.query with parameters of type LogicalPredicateType
 void RationalClause.setLogicalPredicate(LogicalPredicateType logicalPredicate)
          Sets the value of field 'logicalPredicate'.
 

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

Fields in org.oasis.ebxml.registry.bindings.query.types declared as LogicalPredicateType
static LogicalPredicateType LogicalPredicateType.LE
          The instance of the LE type
static LogicalPredicateType LogicalPredicateType.LT
          The instance of the LT type
static LogicalPredicateType LogicalPredicateType.GE
          The instance of the GE type
static LogicalPredicateType LogicalPredicateType.GT
          The instance of the GT type
static LogicalPredicateType LogicalPredicateType.EQ
          The instance of the EQ type
static LogicalPredicateType LogicalPredicateType.NE
          The instance of the NE type
 

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