jreceiver.common.rec.source
Interface Filterable

All Superinterfaces:
Hashable, Rec
All Known Implementing Classes:
DplaylistRec, FilterableRec

public interface Filterable
extends Rec

An interface to be associated with filtered sources.


Field Summary
static java.lang.String HKEY_FILTER
           
 
Fields inherited from interface jreceiver.common.rec.Rec
HKEY_KEY, NO_LIMIT
 
Method Summary
 java.lang.String getRawFilter()
          Obtain the filter
 void setRawFilter(java.lang.String filter)
          Assign the filter
 
Methods inherited from interface jreceiver.common.rec.Rec
getKey, setKey
 
Methods inherited from interface jreceiver.common.rec.Hashable
toHash, toString
 

Field Detail

HKEY_FILTER

public static final java.lang.String HKEY_FILTER
Method Detail

getRawFilter

public java.lang.String getRawFilter()
Obtain the filter

setRawFilter

public void setRawFilter(java.lang.String filter)
Assign the filter


Copyright © 2001-2002 Reed Esau, All Rights Reserved.