Verwendungen von Klasse
org.jupnp.support.model.DIDLObject.Class
Packages, die DIDLObject.Class verwenden
Package
Beschreibung
-
Verwendungen von DIDLObject.Class in org.jupnp.support.contentdirectory
Methoden in org.jupnp.support.contentdirectory mit Parametern vom Typ DIDLObject.ClassModifizierer und TypMethodeBeschreibungprotected voidDIDLParser.appendClass(Document descriptor, Element parent, DIDLObject.Class clazz, String element, boolean appendDerivation) -
Verwendungen von DIDLObject.Class in org.jupnp.support.model
Felder in org.jupnp.support.model, die deklariert sind als DIDLObject.ClassMethoden in org.jupnp.support.model, die DIDLObject.Class zurückgebenMethoden in org.jupnp.support.model mit Parametern vom Typ DIDLObject.ClassKonstruktoren in org.jupnp.support.model mit Parametern vom Typ DIDLObject.ClassModifiziererKonstruktorBeschreibungprotectedDIDLObject(String id, String parentID, String title, String creator, boolean restricted, WriteStatus writeStatus, DIDLObject.Class clazz, List<Res> resources, List<DIDLObject.Property<?>> properties, List<DescMeta<?>> descMetadata) -
Verwendungen von DIDLObject.Class in org.jupnp.support.model.container
Felder in org.jupnp.support.model.container, die deklariert sind als DIDLObject.ClassModifizierer und TypFeldBeschreibungstatic final DIDLObject.ClassAlbum.CLASSstatic final DIDLObject.ClassGenreContainer.CLASSstatic final DIDLObject.ClassMovieGenre.CLASSstatic final DIDLObject.ClassMusicAlbum.CLASSstatic final DIDLObject.ClassMusicArtist.CLASSstatic final DIDLObject.ClassMusicGenre.CLASSstatic final DIDLObject.ClassPersonContainer.CLASSstatic final DIDLObject.ClassPhotoAlbum.CLASSstatic final DIDLObject.ClassPlaylistContainer.CLASSstatic final DIDLObject.ClassStorageFolder.CLASSstatic final DIDLObject.ClassStorageSystem.CLASSstatic final DIDLObject.ClassStorageVolume.CLASSFelder in org.jupnp.support.model.container mit Typparametern vom Typ DIDLObject.ClassModifizierer und TypFeldBeschreibungprotected List<DIDLObject.Class> Container.createClassesprotected List<DIDLObject.Class> Container.searchClassesMethoden in org.jupnp.support.model.container, die Typen mit Argumenten vom Typ DIDLObject.Class zurückgebenMethodenparameter in org.jupnp.support.model.container mit Typargumenten vom Typ DIDLObject.ClassModifizierer und TypMethodeBeschreibungvoidContainer.setCreateClasses(List<DIDLObject.Class> createClasses) voidContainer.setSearchClasses(List<DIDLObject.Class> searchClasses) Konstruktoren in org.jupnp.support.model.container mit Parametern vom Typ DIDLObject.ClassModifiziererKonstruktorBeschreibungContainer(String id, String parentID, String title, String creator, boolean restricted, WriteStatus writeStatus, DIDLObject.Class clazz, List<Res> resources, List<DIDLObject.Property<?>> properties, List<DescMeta<?>> descMetadata) Container(String id, String parentID, String title, String creator, boolean restricted, WriteStatus writeStatus, DIDLObject.Class clazz, List<Res> resources, List<DIDLObject.Property<?>> properties, List<DescMeta<?>> descMetadata, Integer childCount, boolean searchable, List<DIDLObject.Class> createClasses, List<DIDLObject.Class> searchClasses, List<Item> items) Container(String id, String parentID, String title, String creator, DIDLObject.Class clazz, Integer childCount) Container(String id, String parentID, String title, String creator, DIDLObject.Class clazz, Integer childCount, boolean searchable, List<DIDLObject.Class> createClasses, List<DIDLObject.Class> searchClasses, List<Item> items) Container(String id, Container parent, String title, String creator, DIDLObject.Class clazz, Integer childCount) Container(String id, Container parent, String title, String creator, DIDLObject.Class clazz, Integer childCount, boolean searchable, List<DIDLObject.Class> createClasses, List<DIDLObject.Class> searchClasses, List<Item> items) Konstruktorparameter in org.jupnp.support.model.container mit Typargumenten vom Typ DIDLObject.ClassModifiziererKonstruktorBeschreibungContainer(String id, String parentID, String title, String creator, DIDLObject.Class clazz, Integer childCount, boolean searchable, List<DIDLObject.Class> createClasses, List<DIDLObject.Class> searchClasses, List<Item> items) Container(String id, Container parent, String title, String creator, DIDLObject.Class clazz, Integer childCount, boolean searchable, List<DIDLObject.Class> createClasses, List<DIDLObject.Class> searchClasses, List<Item> items) -
Verwendungen von DIDLObject.Class in org.jupnp.support.model.item
Felder in org.jupnp.support.model.item, die deklariert sind als DIDLObject.ClassModifizierer und TypFeldBeschreibungstatic final DIDLObject.ClassAudioBook.CLASSstatic final DIDLObject.ClassAudioBroadcast.CLASSstatic final DIDLObject.ClassAudioItem.CLASSstatic final DIDLObject.ClassImageItem.CLASSstatic final DIDLObject.ClassMovie.CLASSstatic final DIDLObject.ClassMusicTrack.CLASSstatic final DIDLObject.ClassMusicVideoClip.CLASSstatic final DIDLObject.ClassPhoto.CLASSstatic final DIDLObject.ClassPlaylistItem.CLASSstatic final DIDLObject.ClassTextItem.CLASSstatic final DIDLObject.ClassVideoBroadcast.CLASSstatic final DIDLObject.ClassVideoItem.CLASSKonstruktoren in org.jupnp.support.model.item mit Parametern vom Typ DIDLObject.ClassModifiziererKonstruktorBeschreibungItem(String id, String parentID, String title, String creator, boolean restricted, WriteStatus writeStatus, DIDLObject.Class clazz, List<Res> resources, List<DIDLObject.Property<?>> properties, List<DescMeta<?>> descMetadata) Item(String id, String parentID, String title, String creator, boolean restricted, WriteStatus writeStatus, DIDLObject.Class clazz, List<Res> resources, List<DIDLObject.Property<?>> properties, List<DescMeta<?>> descMetadata, String refID) Item(String id, String parentID, String title, String creator, DIDLObject.Class clazz, String refID) Item(String id, Container parent, String title, String creator, DIDLObject.Class clazz, String refID)