|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PersonWithRole | |
---|---|
org.fourthline.cling.support.model | |
org.fourthline.cling.support.model.container | |
org.fourthline.cling.support.model.item |
Uses of PersonWithRole in org.fourthline.cling.support.model |
---|
Constructors in org.fourthline.cling.support.model with parameters of type PersonWithRole | |
---|---|
DIDLObject.Property.PropertyPersonWithRole(PersonWithRole value,
String descriptorName)
|
|
DIDLObject.Property.UPNP.ACTOR(PersonWithRole value)
|
|
DIDLObject.Property.UPNP.ARTIST(PersonWithRole value)
|
|
DIDLObject.Property.UPNP.AUTHOR(PersonWithRole value)
|
Uses of PersonWithRole in org.fourthline.cling.support.model.container |
---|
Methods in org.fourthline.cling.support.model.container that return PersonWithRole | |
---|---|
PersonWithRole[] |
PlaylistContainer.getArtists()
|
PersonWithRole[] |
MusicAlbum.getArtists()
|
PersonWithRole |
PlaylistContainer.getFirstArtist()
|
PersonWithRole |
MusicAlbum.getFirstArtist()
|
Methods in org.fourthline.cling.support.model.container with parameters of type PersonWithRole | |
---|---|
PlaylistContainer |
PlaylistContainer.setArtists(PersonWithRole[] artists)
|
MusicAlbum |
MusicAlbum.setArtists(PersonWithRole[] artists)
|
Uses of PersonWithRole in org.fourthline.cling.support.model.item |
---|
Methods in org.fourthline.cling.support.model.item that return PersonWithRole | |
---|---|
PersonWithRole[] |
VideoItem.getActors()
|
PersonWithRole[] |
PlaylistItem.getArtists()
|
PersonWithRole[] |
MusicVideoClip.getArtists()
|
PersonWithRole[] |
MusicTrack.getArtists()
|
PersonWithRole[] |
TextItem.getAuthors()
|
PersonWithRole |
VideoItem.getFirstActor()
|
PersonWithRole |
PlaylistItem.getFirstArtist()
|
PersonWithRole |
MusicVideoClip.getFirstArtist()
|
PersonWithRole |
MusicTrack.getFirstArtist()
|
PersonWithRole |
TextItem.getFirstAuthor()
|
Methods in org.fourthline.cling.support.model.item with parameters of type PersonWithRole | |
---|---|
VideoItem |
VideoItem.setActors(PersonWithRole[] persons)
|
PlaylistItem |
PlaylistItem.setArtists(PersonWithRole[] artists)
|
MusicVideoClip |
MusicVideoClip.setArtists(PersonWithRole[] artists)
|
MusicTrack |
MusicTrack.setArtists(PersonWithRole[] artists)
|
TextItem |
TextItem.setAuthors(PersonWithRole[] persons)
|
Constructors in org.fourthline.cling.support.model.item with parameters of type PersonWithRole | |
---|---|
MusicTrack(String id,
Container parent,
String title,
String creator,
String album,
PersonWithRole artist,
Res... resource)
|
|
MusicTrack(String id,
String parentID,
String title,
String creator,
String album,
PersonWithRole artist,
Res... resource)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |