Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
com.virtuosotechnologies.asaph.model.opsemantics.SearchParameters.PositionConstraint

Uses of SearchParameters.PositionConstraint in com.virtuosotechnologies.asaph.model.opsemantics
 

Fields in com.virtuosotechnologies.asaph.model.opsemantics declared as SearchParameters.PositionConstraint
static SearchParameters.PositionConstraint SearchParameters.EQUALS
          Indicates that matches should match the entire value
static SearchParameters.PositionConstraint SearchParameters.CONTAINS
          Indicates that matches should match "contains"
static SearchParameters.PositionConstraint SearchParameters.STARTS_WITH
          Indicates that matches should match "starts with"
static SearchParameters.PositionConstraint SearchParameters.ENDS_WITH
          Indicates that matches should match "ends with"
private  SearchParameters.PositionConstraint SearchParameters.positionConstraint_
           
 

Methods in com.virtuosotechnologies.asaph.model.opsemantics that return SearchParameters.PositionConstraint
 SearchParameters.PositionConstraint SearchParameters.getPositionConstraint()
          Get the search position constraint
 

Constructors in com.virtuosotechnologies.asaph.model.opsemantics with parameters of type SearchParameters.PositionConstraint
SearchParameters(SearchParameters.PositionConstraint position, java.lang.String text, SearchParameters.Strength strength)
          Constructor