com.virtuosotechnologies.asaph.model.opsemantics
Interface ValueFilterSemantics

All Superinterfaces:
SongOperation
All Known Implementing Classes:
ValueFilterSemantics.DefaultImplementation

public interface ValueFilterSemantics
extends SongOperation

An opsemantics that filters a SongIDResultSet based on the value. It retains those songs whose value equals the given target value.


Nested Class Summary
static class ValueFilterSemantics.DefaultImplementation
          The default implementation of ValueFilterSemantics
 
Method Summary
 Object getTargetValue()
          Get the target value.
 
Methods inherited from interface com.virtuosotechnologies.asaph.model.SongOperation
equals, perform
 

Method Detail

getTargetValue

public Object getTargetValue()
Get the target value.

Returns:
target data value. May be null.