|
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.smil.Core christophedelory.playlist.smil.Meta
public class Meta
Each meta element specifies a single property/value pair in the name and content attributes, respectively.
Constructor Summary | |
---|---|
Meta()
|
Method Summary | |
---|---|
String |
getContent()
Returns the property value. |
String |
getName()
Returns the property name. |
void |
setContent(String content)
Initializes the property's value. |
void |
setName(String name)
Initializes the property name. |
Methods inherited from class christophedelory.playlist.smil.Core |
---|
getClassName, getId, getLang, getTitle, setClassName, setId, setLang, setTitle |
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 property 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 property's 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 |