|
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.Meta
public class Meta
Specifies metadata that applies to the entire playlist.
Windows Media Player 9 Series or later.
Constructor Summary | |
---|---|
Meta()
|
Method Summary | |
---|---|
String |
getContent()
Returns the value of an item of metadata. |
String |
getName()
Returns the name of an item of metadata. |
void |
setContent(String content)
Initializes the value of an item of metadata. |
void |
setName(String name)
Initializes the name of an item of metadata. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Meta()
Method Detail |
---|
public String getName()
null
.setName(java.lang.String)
public void setName(String name)
name
- a metadata name. Shall not be null
.
NullPointerException
- if name
is null
.getName()
public String getContent()
null
.setContent(java.lang.String)
public void setContent(String content)
content
- a metadata value. May be null
.getContent()
|
© 2008-2009 Christophe Delory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |