|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
---|
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 | ||
---|---|---|
DIDLObject.Property<DIDLAttribute> |
DIDLObject.Property.getAttribute(String descriptorName)
|
|
|
DIDLObject.getFirstProperty(Class<? extends DIDLObject.Property<V>> propertyClass)
|
|
|
DIDLObject.getLastProperty(Class<? extends DIDLObject.Property<V>> propertyClass)
|
|
|
DIDLObject.getProperties(Class<? extends DIDLObject.Property<V>> propertyClass)
|
|
|
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 | |
---|---|
void |
DIDLObject.Property.addAttribute(DIDLObject.Property<DIDLAttribute> attr)
|
DIDLObject |
DIDLObject.addProperties(DIDLObject.Property[] properties)
|
DIDLObject |
DIDLObject.addProperty(DIDLObject.Property property)
|
void |
DIDLObject.Property.removeAttribute(DIDLObject.Property<DIDLAttribute> attr)
|
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 | ||
---|---|---|
|
DIDLObject.getFirstProperty(Class<? extends DIDLObject.Property<V>> propertyClass)
|
|
|
DIDLObject.getFirstPropertyValue(Class<? extends DIDLObject.Property<V>> propertyClass)
|
|
|
DIDLObject.getLastProperty(Class<? extends DIDLObject.Property<V>> propertyClass)
|
|
|
DIDLObject.getProperties(Class<? extends DIDLObject.Property<V>> propertyClass)
|
|
|
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.Property.UPNP.ALBUM_ART_URI(URI value,
List<DIDLObject.Property<DIDLAttribute>> attributes)
|
|
DIDLObject.Property(V value,
String descriptorName,
List<DIDLObject.Property<DIDLAttribute>> attributes)
|
|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |