|
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.xspf.Meta
public class Meta
The meta element allows metadata fields to be added to XSPF elements.
Examples:
<meta rel="http://example.org/key">value</meta> <meta rel="playCount">14</meta> <meta rel="http://example.com/track/meta/playCount/1/0/">14</meta>
Constructor Summary | |
---|---|
Meta()
|
Method Summary | |
---|---|
String |
getContent()
Returns the value of the metadata element. |
String |
getRel()
Returns the URI of a resource defining the metadata. |
void |
setContent(String content)
Initializes the value of the metadata element. |
void |
setRel(String rel)
Initializes the URI of a resource defining the 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 getRel()
null
if not yet initialized.setRel(java.lang.String)
public void setRel(String rel)
rel
- an URI. Shall not be null
.
NullPointerException
- if rel
is null
.getRel()
public String getContent()
null
if not yet initialized.setContent(java.lang.String)
public void setContent(String content)
content
- a value. Shall not be null
.
NullPointerException
- if content
is null
.getContent()
|
© 2008-2009 Christophe Delory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |