org.fourthline.cling.support.model.dlna
Class DLNAProfileAttribute
java.lang.Object
org.fourthline.cling.support.model.dlna.DLNAAttribute<DLNAProfiles>
org.fourthline.cling.support.model.dlna.DLNAProfileAttribute
public class DLNAProfileAttribute
- extends DLNAAttribute<DLNAProfiles>
- Author:
- Mario Franco
DLNAProfileAttribute
public DLNAProfileAttribute()
DLNAProfileAttribute
public DLNAProfileAttribute(DLNAProfiles profile)
setString
public void setString(String s,
String cf)
throws InvalidDLNAProtocolAttributeException
- Specified by:
setString
in class DLNAAttribute<DLNAProfiles>
- Parameters:
s
- This attribute's value as a string representation.cf
- This attribute's mime type as a string representation, optional.
- Throws:
InvalidDLNAProtocolAttributeException
- If the value is invalid for this DLNA attribute.
getString
public String getString()
- Specified by:
getString
in class DLNAAttribute<DLNAProfiles>
- Returns:
- A string representing this attribute's value.
Copyright © 2013 4th Line GmbH, Switzerland. All Rights Reserved.