org.fourthline.cling.support.model.dlna.message.header
Class TransferModeHeader

java.lang.Object
  extended by org.fourthline.cling.model.message.header.UpnpHeader<T>
      extended by org.fourthline.cling.support.model.dlna.message.header.DLNAHeader<TransferModeHeader.Type>
          extended by org.fourthline.cling.support.model.dlna.message.header.TransferModeHeader

public class TransferModeHeader
extends DLNAHeader<TransferModeHeader.Type>

Author:
Mario Franco

Nested Class Summary
static class TransferModeHeader.Type
           
 
Constructor Summary
TransferModeHeader()
           
TransferModeHeader(TransferModeHeader.Type mode)
           
 
Method Summary
 String getString()
           
 void setString(String s)
           
 
Methods inherited from class org.fourthline.cling.support.model.dlna.message.header.DLNAHeader
newInstance
 
Methods inherited from class org.fourthline.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

TransferModeHeader

public TransferModeHeader()

TransferModeHeader

public TransferModeHeader(TransferModeHeader.Type mode)
Method Detail

setString

public void setString(String s)
               throws InvalidHeaderException
Specified by:
setString in class UpnpHeader<TransferModeHeader.Type>
Throws:
InvalidHeaderException

getString

public String getString()
Specified by:
getString in class UpnpHeader<TransferModeHeader.Type>


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