Methods Summary |
---|
public void | appendMedium(java.lang.String newMedium)Adds the medium newMedium to the end of the list. If the
newMedium is already used, it is first removed.
|
public void | deleteMedium(java.lang.String oldMedium)Deletes the medium indicated by oldMedium from the list.
|
public int | getLength()The number of media in the list. The range of valid media is
0 to length-1 inclusive.
|
public java.lang.String | getMediaText()The parsable textual representation of the media list. This is a
comma-separated list of media.
|
public java.lang.String | item(int index)Returns the index th in the list. If index is
greater than or equal to the number of media in the list, this
returns null .
|
public void | setMediaText(java.lang.String mediaText)
|