Uses of Class
org.jmythapi.protocol.response.IProgramRecordingStatus.Status

Packages that use IProgramRecordingStatus.Status
org.jmythapi.protocol.response This package contains interfaces of MythTV response messages. 
org.jmythapi.protocol.response.impl This package contains implementations of MythTV response messages. 
 

Uses of IProgramRecordingStatus.Status in org.jmythapi.protocol.response
 

Methods in org.jmythapi.protocol.response that return IProgramRecordingStatus.Status
 IProgramRecordingStatus.Status IProgramRecordingStatus.getStatus()
           
static IProgramRecordingStatus.Status IProgramRecordingStatus.Status.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IProgramRecordingStatus.Status[] IProgramRecordingStatus.Status.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jmythapi.protocol.response with parameters of type IProgramRecordingStatus.Status
 boolean IProgramRecordingStatus.hasStatus(IProgramRecordingStatus.Status... statuses)
          Checks if the recording is in one of the given statuses.
 boolean IProgramRecordingStatus.hasStatus(IProgramRecordingStatus.Status status)
           
static IProgramInfoFilter ProgramInfoFilters.status(IProgramRecordingStatus.Status... recordingStatus)
          Creates a filter to filter recordings by recording-status.
 

Uses of IProgramRecordingStatus.Status in org.jmythapi.protocol.response.impl
 

Methods in org.jmythapi.protocol.response.impl that return IProgramRecordingStatus.Status
 IProgramRecordingStatus.Status ProgramRecordingStatus.getStatus()
           
 

Methods in org.jmythapi.protocol.response.impl with parameters of type IProgramRecordingStatus.Status
 boolean ProgramRecordingStatus.hasStatus(IProgramRecordingStatus.Status... statuses)
           
 boolean ProgramRecordingStatus.hasStatus(IProgramRecordingStatus.Status status)
           
static ProgramRecordingStatus ProgramRecordingStatus.valueOf(ProtocolVersion protoVersion, IProgramRecordingStatus.Status status)
           
 



Copyright © 2008-2013. All Rights Reserved.