org.teleal.cling.model.message.header
Class UDADeviceTypeHeader

java.lang.Object
  extended by org.teleal.cling.model.message.header.UpnpHeader<DeviceType>
      extended by org.teleal.cling.model.message.header.DeviceTypeHeader
          extended by org.teleal.cling.model.message.header.UDADeviceTypeHeader

public class UDADeviceTypeHeader
extends DeviceTypeHeader

Author:
Christian Bauer

Nested Class Summary
 
Nested classes/interfaces inherited from class org.teleal.cling.model.message.header.UpnpHeader
UpnpHeader.Type
 
Constructor Summary
UDADeviceTypeHeader()
           
UDADeviceTypeHeader(DeviceType value)
           
UDADeviceTypeHeader(URI uri)
           
 
Method Summary
 void setString(String s)
           
 
Methods inherited from class org.teleal.cling.model.message.header.DeviceTypeHeader
getString
 
Methods inherited from class org.teleal.cling.model.message.header.UpnpHeader
getValue, newInstance, setValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UDADeviceTypeHeader

public UDADeviceTypeHeader()

UDADeviceTypeHeader

public UDADeviceTypeHeader(URI uri)

UDADeviceTypeHeader

public UDADeviceTypeHeader(DeviceType value)
Method Detail

setString

public void setString(String s)
               throws InvalidHeaderException
Overrides:
setString in class DeviceTypeHeader
Parameters:
s - This header's value as a string representation.
Throws:
InvalidHeaderException - If the value is invalid for this UPnP header.


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