com.virtuosotechnologies.asaph.model.opsemantics
Interface SearchFieldPredicateSemantics

All Superinterfaces:
PredicateSemantics, 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
 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 String getFieldName()
Get the name of the field to search


getSearchParameters

public SearchParameters getSearchParameters()
Get the search parameters