public class DeviceTypeHeader extends UpnpHeader<DeviceType>
UpnpHeader.Type| Constructor and Description |
|---|
DeviceTypeHeader() |
DeviceTypeHeader(DeviceType value) |
DeviceTypeHeader(URI uri) |
| Modifier and Type | Method and Description |
|---|---|
String |
getString() |
void |
setString(String s) |
getValue, newInstance, setValue, toStringpublic DeviceTypeHeader()
public DeviceTypeHeader(URI uri)
public DeviceTypeHeader(DeviceType value)
public void setString(String s) throws InvalidHeaderException
setString in class UpnpHeader<DeviceType>s - This header's value as a string representation.InvalidHeaderException - If the value is invalid for this UPnP header.public String getString()
getString in class UpnpHeader<DeviceType>Copyright © 2023 jUPnP.org. All rights reserved.