Uses of Class
org.teleal.cling.support.model.DIDLObject.Property

Packages that use DIDLObject.Property
org.teleal.cling.support.model   
org.teleal.cling.support.model.container   
org.teleal.cling.support.model.item   
 

Uses of DIDLObject.Property in org.teleal.cling.support.model
 

Subclasses of DIDLObject.Property in org.teleal.cling.support.model
static class DIDLObject.Property.DC.CONTRIBUTOR
           
static class DIDLObject.Property.DC.DATE
           
static class DIDLObject.Property.DC.DESCRIPTION
           
static class DIDLObject.Property.DC.LANGUAGE
           
static class DIDLObject.Property.DC.PUBLISHER
           
static class DIDLObject.Property.DC.RELATION
           
static class DIDLObject.Property.DC.RIGHTS
           
static class DIDLObject.Property.PropertyPersonWithRole
           
static class DIDLObject.Property.UPNP.ACTOR
           
static class DIDLObject.Property.UPNP.ALBUM
           
static class DIDLObject.Property.UPNP.ALBUM_ART_URI
           
static class DIDLObject.Property.UPNP.ARTIST
           
static class DIDLObject.Property.UPNP.ARTIST_DISCO_URI
           
static class DIDLObject.Property.UPNP.AUTHOR
           
static class DIDLObject.Property.UPNP.CHANNEL_NAME
           
static class DIDLObject.Property.UPNP.CHANNEL_NR
           
static class DIDLObject.Property.UPNP.DIRECTOR
           
static class DIDLObject.Property.UPNP.DVD_REGION_CODE
           
static class DIDLObject.Property.UPNP.GENRE
           
static class DIDLObject.Property.UPNP.ICON
           
static class DIDLObject.Property.UPNP.LONG_DESCRIPTION
           
static class DIDLObject.Property.UPNP.LYRICS_URI
           
static class DIDLObject.Property.UPNP.ORIGINAL_TRACK_NUMBER
           
static class DIDLObject.Property.UPNP.PLAYLIST
           
static class DIDLObject.Property.UPNP.PRODUCER
           
static class DIDLObject.Property.UPNP.RADIO_BAND
           
static class DIDLObject.Property.UPNP.RADIO_CALL_SIGN
           
static class DIDLObject.Property.UPNP.RADIO_STATION_ID
           
static class DIDLObject.Property.UPNP.RATING
           
static class DIDLObject.Property.UPNP.REGION
           
static class DIDLObject.Property.UPNP.SCHEDULED_END_TIME
           
static class DIDLObject.Property.UPNP.SCHEDULED_START_TIME
           
static class DIDLObject.Property.UPNP.STORAGE_FREE
           
static class DIDLObject.Property.UPNP.STORAGE_MAX_PARTITION
           
static class DIDLObject.Property.UPNP.STORAGE_MEDIUM
           
static class DIDLObject.Property.UPNP.STORAGE_TOTAL
           
static class DIDLObject.Property.UPNP.STORAGE_USED
           
static class DIDLObject.Property.UPNP.TOC
           
static class DIDLObject.Property.UPNP.USER_ANNOTATION
           
 

Fields in org.teleal.cling.support.model with type parameters of type DIDLObject.Property
protected  List<DIDLObject.Property> DIDLObject.properties
           
 

Methods in org.teleal.cling.support.model that return DIDLObject.Property
<V> DIDLObject.Property<V>
DIDLObject.getFirstProperty(Class<? extends DIDLObject.Property<V>> propertyClass)
           
<V> DIDLObject.Property<V>
DIDLObject.getLastProperty(Class<? extends DIDLObject.Property<V>> propertyClass)
           
<V> DIDLObject.Property<V>[]
DIDLObject.getProperties(Class<? extends DIDLObject.Property<V>> propertyClass)
           
<V> DIDLObject.Property<V>[]
DIDLObject.getPropertiesByNamespace(Class<? extends DIDLObject.Property.NAMESPACE> namespace)
           
 

Methods in org.teleal.cling.support.model that return types with arguments of type DIDLObject.Property
 List<DIDLObject.Property> DIDLObject.getProperties()
           
 

Methods in org.teleal.cling.support.model with parameters of type DIDLObject.Property
 DIDLObject DIDLObject.addProperties(DIDLObject.Property[] properties)
           
 DIDLObject DIDLObject.addProperty(DIDLObject.Property property)
           
 DIDLObject DIDLObject.replaceFirstProperty(DIDLObject.Property property)
           
 DIDLObject DIDLObject.replaceProperties(Class<? extends DIDLObject.Property> propertyClass, DIDLObject.Property[] properties)
           
 

Method parameters in org.teleal.cling.support.model with type arguments of type DIDLObject.Property
<V> DIDLObject.Property<V>
DIDLObject.getFirstProperty(Class<? extends DIDLObject.Property<V>> propertyClass)
           
<V> V
DIDLObject.getFirstPropertyValue(Class<? extends DIDLObject.Property<V>> propertyClass)
           
<V> DIDLObject.Property<V>
DIDLObject.getLastProperty(Class<? extends DIDLObject.Property<V>> propertyClass)
           
<V> DIDLObject.Property<V>[]
DIDLObject.getProperties(Class<? extends DIDLObject.Property<V>> propertyClass)
           
<V> List<V>
DIDLObject.getPropertyValues(Class<? extends DIDLObject.Property<V>> propertyClass)
           
 boolean DIDLObject.hasProperty(Class<? extends DIDLObject.Property> propertyClass)
           
 DIDLObject DIDLObject.removeProperties(Class<? extends DIDLObject.Property> propertyClass)
           
 DIDLObject DIDLObject.replaceProperties(Class<? extends DIDLObject.Property> propertyClass, DIDLObject.Property[] properties)
           
 DIDLObject DIDLObject.setProperties(List<DIDLObject.Property> properties)
           
 

Constructor parameters in org.teleal.cling.support.model with type arguments of type DIDLObject.Property
DIDLObject(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)
           
 

Uses of DIDLObject.Property in org.teleal.cling.support.model.container
 

Constructor parameters in org.teleal.cling.support.model.container with type arguments of type DIDLObject.Property
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)
           
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)
           
 

Uses of DIDLObject.Property in org.teleal.cling.support.model.item
 

Constructor parameters in org.teleal.cling.support.model.item with type arguments of type DIDLObject.Property
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)
           
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)
           
 



Copyright © 2010 Teleal GmbH, Switzerland. All Rights Reserved.