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

Quick Search    Search Deep

com.virtuosotechnologies.asaph.model.opsemantics
Interface SearchFieldPredicateSemantics  view SearchFieldPredicateSemantics download SearchFieldPredicateSemantics.java

All Superinterfaces:
PredicateSemantics, com.virtuosotechnologies.asaph.model.SongOperation
All Known Implementing Classes:
SearchFieldPredicateSemantics.DefaultImplementation

public interface SearchFieldPredicateSemantics
extends PredicateSemantics

PredicateSemantics that searches a given field for text


Nested Class Summary
static class SearchFieldPredicateSemantics.DefaultImplementation
          The default implementation of TruePredicateSemantics
 
Method Summary
 java.lang.String getFieldName()
          Get the name of the field to search
 SearchParameters getSearchParameters()
          Get the search parameters
 
Methods inherited from interface com.virtuosotechnologies.asaph.model.SongOperation
equals, perform
 

Method Detail

getFieldName

public java.lang.String getFieldName()
Get the name of the field to search


getSearchParameters

public SearchParameters getSearchParameters()
Get the search parameters