Uses of Class
org.fourthline.cling.support.model.dlna.DLNAAttribute

Packages that use DLNAAttribute
org.fourthline.cling.support.model.dlna   
 

Uses of DLNAAttribute in org.fourthline.cling.support.model.dlna
 

Subclasses of DLNAAttribute in org.fourthline.cling.support.model.dlna
 class DLNAConversionIndicatorAttribute
           
 class DLNAFlagsAttribute
           
 class DLNAOperationsAttribute
           
 class DLNAPlaySpeedAttribute
           
 class DLNAProfileAttribute
           
 

Fields in org.fourthline.cling.support.model.dlna with type parameters of type DLNAAttribute
protected  Map<DLNAAttribute.Type,DLNAAttribute> DLNAProtocolInfo.attributes
           
 

Methods in org.fourthline.cling.support.model.dlna that return DLNAAttribute
 DLNAAttribute DLNAProtocolInfo.getAttribute(DLNAAttribute.Type type)
           
static DLNAAttribute DLNAAttribute.newInstance(DLNAAttribute.Type type, String attributeValue, String contentFormat)
          Create a new instance of a DLNAAttribute subtype that matches the given type and value.
 

Methods in org.fourthline.cling.support.model.dlna that return types with arguments of type DLNAAttribute
 Map<DLNAAttribute.Type,DLNAAttribute> DLNAProtocolInfo.getAttributes()
           
 

Constructor parameters in org.fourthline.cling.support.model.dlna with type arguments of type DLNAAttribute
DLNAProtocolInfo(DLNAProfiles profile, EnumMap<DLNAAttribute.Type,DLNAAttribute> attributes)
           
DLNAProtocolInfo(Protocol protocol, String network, String contentFormat, EnumMap<DLNAAttribute.Type,DLNAAttribute> attributes)
           
 



Copyright © 2013 4th Line GmbH, Switzerland. All Rights Reserved.