Uses of Interface
de.fuberlin.wiwiss.d2rq.values.ValueDecorator.ValueConstraint

Packages that use ValueDecorator.ValueConstraint
de.fuberlin.wiwiss.d2rq.values Code for expressing a rule that generates a set of values from some data in the database. 
 

Uses of ValueDecorator.ValueConstraint in de.fuberlin.wiwiss.d2rq.values
 

Methods in de.fuberlin.wiwiss.d2rq.values that return ValueDecorator.ValueConstraint
static ValueDecorator.ValueConstraint ValueDecorator.containsConstraint(String containsSubstring)
           
static ValueDecorator.ValueConstraint ValueDecorator.maxLengthConstraint(int maxLength)
           
static ValueDecorator.ValueConstraint ValueDecorator.regexConstraint(String regex)