Verwendungen von Klasse
org.jupnp.support.model.PersonWithRole
Packages, die PersonWithRole verwenden
Package
Beschreibung
-
Verwendungen von PersonWithRole in org.jupnp.support.model
Konstruktoren in org.jupnp.support.model mit Parametern vom Typ PersonWithRoleModifiziererKonstruktorBeschreibungACTOR(PersonWithRole value) ARTIST(PersonWithRole value) AUTHOR(PersonWithRole value) PropertyPersonWithRole(PersonWithRole value, String descriptorName) -
Verwendungen von PersonWithRole in org.jupnp.support.model.container
Methoden in org.jupnp.support.model.container, die PersonWithRole zurückgebenModifizierer und TypMethodeBeschreibungMusicAlbum.getArtists()PlaylistContainer.getArtists()MusicAlbum.getFirstArtist()PlaylistContainer.getFirstArtist()Methoden in org.jupnp.support.model.container mit Parametern vom Typ PersonWithRoleModifizierer und TypMethodeBeschreibungMusicAlbum.setArtists(PersonWithRole[] artists) PlaylistContainer.setArtists(PersonWithRole[] artists) -
Verwendungen von PersonWithRole in org.jupnp.support.model.item
Methoden in org.jupnp.support.model.item, die PersonWithRole zurückgebenModifizierer und TypMethodeBeschreibungVideoItem.getActors()MusicTrack.getArtists()MusicVideoClip.getArtists()PlaylistItem.getArtists()TextItem.getAuthors()VideoItem.getFirstActor()MusicTrack.getFirstArtist()MusicVideoClip.getFirstArtist()PlaylistItem.getFirstArtist()TextItem.getFirstAuthor()Methoden in org.jupnp.support.model.item mit Parametern vom Typ PersonWithRoleModifizierer und TypMethodeBeschreibungVideoItem.setActors(PersonWithRole[] persons) MusicTrack.setArtists(PersonWithRole[] artists) MusicVideoClip.setArtists(PersonWithRole[] artists) PlaylistItem.setArtists(PersonWithRole[] artists) TextItem.setAuthors(PersonWithRole[] persons) Konstruktoren in org.jupnp.support.model.item mit Parametern vom Typ PersonWithRoleModifiziererKonstruktorBeschreibungMusicTrack(String id, String parentID, String title, String creator, String album, PersonWithRole artist, Res... resource) MusicTrack(String id, Container parent, String title, String creator, String album, PersonWithRole artist, Res... resource)