Uses of Class
org.fourthline.cling.support.model.TransportStatus

Packages that use TransportStatus
org.fourthline.cling.support.avtransport.lastchange   
org.fourthline.cling.support.model   
 

Uses of TransportStatus in org.fourthline.cling.support.avtransport.lastchange
 

Methods in org.fourthline.cling.support.avtransport.lastchange that return TransportStatus
protected  TransportStatus AVTransportVariable.TransportStatus.enumValueOf(String s)
           
 

Constructors in org.fourthline.cling.support.avtransport.lastchange with parameters of type TransportStatus
AVTransportVariable.TransportStatus(TransportStatus transportStatus)
           
 

Uses of TransportStatus in org.fourthline.cling.support.model
 

Methods in org.fourthline.cling.support.model that return TransportStatus
 TransportStatus TransportInfo.getCurrentTransportStatus()
           
 TransportStatus TransportStatus.setValue(String value)
           
static TransportStatus TransportStatus.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TransportStatus TransportStatus.valueOrCustomOf(String s)
           
static TransportStatus[] TransportStatus.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.fourthline.cling.support.model with parameters of type TransportStatus
TransportInfo(TransportState currentTransportState, TransportStatus currentTransportStatus)
           
TransportInfo(TransportState currentTransportState, TransportStatus currentTransportStatus, String currentSpeed)
           
 



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