|
Lizzy v1.1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object christophedelory.playlist.wpl.SmartPlaylist
public class SmartPlaylist
Contains the dynamically defined portion of a playlist.
A smartPlaylist element typically contains a querySet element and can also contain a filter element.
The querySet element specifies which media items should be selected 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.
Constructor Summary | |
---|---|
SmartPlaylist()
|
Method Summary | |
---|---|
Filter |
getFilter()
Returns the filter, if any. |
QuerySet |
getQuerySet()
Returns the query set. |
String |
getVersion()
Returns the decimal number representing the version number of the smart playlist schema. |
void |
setFilter(Filter filter)
Initializes the filter. |
void |
setQuerySet(QuerySet querySet)
Initializes the query set. |
void |
setVersion(String version)
Initializes the decimal number representing the version number of the smart playlist schema. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SmartPlaylist()
Method Detail |
---|
public String getVersion()
null
.setVersion(java.lang.String)
public void setVersion(String version)
version
- a version string. Shall not be null
.
NullPointerException
- if version
is null
.getVersion()
public QuerySet getQuerySet()
null
if not yet initialized.setQuerySet(christophedelory.playlist.wpl.QuerySet)
public void setQuerySet(QuerySet querySet)
querySet
- a query set element. Shall not be null
.
NullPointerException
- if querySet
is null
.getQuerySet()
public Filter getFilter()
null
.setFilter(christophedelory.playlist.wpl.Filter)
public void setFilter(Filter filter)
filter
- a filter element. May be null
.getFilter()
|
© 2008-2009 Christophe Delory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |