|
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.asx.Child christophedelory.playlist.asx.Param
public class Param
Defines a custom parameter associated with a clip or show.
This element allows users to place additional information about each clip inside the ENTRY element that contains it.
A parameter can also be associated with the show rather than an individual clip, by placing this element directly after the ASX tag.
This ASX element is only available for Windows Media Player version 6.01 and later.
The standard installation of Microsoft Internet Explorer 5 includes a compatible version of Windows Media Player.
Windows Media Player version 7.0 or later.
Windows Media Player 9 Series or later is required for the predefined NAME attributes.
Windows Media Player 10 or later is required for the predefined names CanPause, CanSeek, CanSkipBack, and CanSkipForward.
Constructor Summary | |
---|---|
Param()
Builds a new and empty param element. |
|
Param(String name,
String value)
Builds a new param element from the specified inputs. |
Method Summary | |
---|---|
boolean |
equals(Object o)
|
String |
getName()
Returns the name used to access the parameter value. |
String |
getValue()
Returns the value associated with this parameter. |
int |
hashCode()
|
void |
setName(String name)
Initializes the name used to access the parameter value. |
void |
setValue(String value)
Initializes the value associated with this parameter. |
Methods inherited from class christophedelory.playlist.asx.Child |
---|
getParent, setParent |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Param()
public Param(String name, String value)
name
- the name of the parameter.value
- the value of the parameter.
NullPointerException
- if name
is null
.
NullPointerException
- if value
is null
.Method Detail |
---|
public String getName()
null
.setName(java.lang.String)
public void setName(String name)
name
- the parameter name. Shall not be null
.
NullPointerException
- if name
is null
.getName()
public String getValue()
null
.setValue(java.lang.String)
public void setValue(String value)
value
- the parameter value. Shall not be null
.
NullPointerException
- if value
is null
.getValue()
public int hashCode()
hashCode
in class Object
public boolean equals(Object o)
equals
in class Object
|
© 2008-2009 Christophe Delory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |