christophedelory.playlist.wpl
Class QuerySet
java.lang.Object
christophedelory.playlist.wpl.QuerySet
public class QuerySet
- extends Object
Contains elements that define which media items will be selected from the library.
The querySet element specifies which media items should be selected from the library, without regard for the size of the result set.
Windows Media Player 9 Series or later.
- Version:
- $Revision: 92 $
- Author:
- Christophe Delory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QuerySet
public QuerySet()
getSourceFilter
public Filter getSourceFilter()
- Returns the source filter.
Contains elements that select items from a library.
The sourceFilter element selects items from the library without regard for the size of the result set.
The filter element, on the other hand, limits the size of the result set.
Windows Media Player 9 Series or later.
- Returns:
- a source filter element. Shall not be
null
. - See Also:
setSourceFilter(christophedelory.playlist.wpl.Filter)
setSourceFilter
public void setSourceFilter(Filter sourceFilter)
- Initializes the source filter.
- Parameters:
sourceFilter
- a source filter element. Shall not be null
.
- Throws:
NullPointerException
- if sourceFilter
is null
.- See Also:
getSourceFilter()
Copyright © 2008-2009 Christophe Delory. All Rights Reserved.