Verwendungen von Enum
org.jupnp.support.model.TransportState
Packages, die TransportState verwenden
-
Verwendungen von TransportState in org.jupnp.support.avtransport.lastchange
Methoden in org.jupnp.support.avtransport.lastchange, die TransportState zurückgebenModifizierer und TypMethodeBeschreibungprotected TransportStateAVTransportVariable.TransportState.enumValueOf(String s) Konstruktoren in org.jupnp.support.avtransport.lastchange mit Parametern vom Typ TransportState -
Verwendungen von TransportState in org.jupnp.support.model
Methoden in org.jupnp.support.model, die TransportState zurückgebenModifizierer und TypMethodeBeschreibungTransportInfo.getCurrentTransportState()static TransportStateGibt die Enumerationskonstante dieses Typs mit dem angegebenen Namen zurück.static TransportStateTransportState.valueOrCustomOf(String s) static TransportState[]TransportState.values()Gibt ein Array mit den Konstanten dieses Enum-Typs in der Reihenfolge ihrer Deklaration zurück.Konstruktoren in org.jupnp.support.model mit Parametern vom Typ TransportStateModifiziererKonstruktorBeschreibungTransportInfo(TransportState currentTransportState) TransportInfo(TransportState currentTransportState, String currentSpeed) TransportInfo(TransportState currentTransportState, TransportStatus currentTransportStatus) TransportInfo(TransportState currentTransportState, TransportStatus currentTransportStatus, String currentSpeed)