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

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

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

Methods in org.oasis.ebxml.registry.bindings.query that return StringPredicateType
 StringPredicateType StringClause.getStringPredicate()
          Returns the value of field 'stringPredicate'.
 

Methods in org.oasis.ebxml.registry.bindings.query with parameters of type StringPredicateType
 void StringClause.setStringPredicate(StringPredicateType stringPredicate)
          Sets the value of field 'stringPredicate'.
 

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

Fields in org.oasis.ebxml.registry.bindings.query.types declared as StringPredicateType
static StringPredicateType StringPredicateType.VALUE_0
          The instance of the Contains type
static StringPredicateType StringPredicateType.VALUE_1
          The instance of the -Contains type
static StringPredicateType StringPredicateType.VALUE_2
          The instance of the StartsWith type
static StringPredicateType StringPredicateType.VALUE_3
          The instance of the -StartsWith type
static StringPredicateType StringPredicateType.VALUE_4
          The instance of the Equal type
static StringPredicateType StringPredicateType.VALUE_5
          The instance of the -Equal type
static StringPredicateType StringPredicateType.VALUE_6
          The instance of the EndsWith type
static StringPredicateType StringPredicateType.VALUE_7
          The instance of the -EndsWith type
 

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