Lizzy v1.1.1

christophedelory.playlist.wpl
Class QuerySet

java.lang.Object
  extended by 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

Constructor Summary
QuerySet()
           
 
Method Summary
 Filter getSourceFilter()
          Returns the source filter.
 void setSourceFilter(Filter sourceFilter)
          Initializes the source filter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuerySet

public QuerySet()
Method Detail

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()

© 2008-2009 Christophe Delory

Copyright © 2008-2009 Christophe Delory. All Rights Reserved.