Uses of Interface
org.jmythapi.protocol.response.IGroup

Packages that use IGroup
org.jmythapi.database   
org.jmythapi.database.impl   
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 IGroup in org.jmythapi.database
 

Subinterfaces of IGroup in org.jmythapi.database
 interface IJobCommand
           
 interface IJobStatus
           
 interface IJobType
           
 

Uses of IGroup in org.jmythapi.database.impl
 

Classes in org.jmythapi.database.impl that implement IGroup
 class ADatabaseEnumGroup<E extends Enum<E>>
           
 class JobCommands
           
 class JobStatus
           
 class JobType
           
 

Uses of IGroup in org.jmythapi.protocol.response
 

Subinterfaces of IGroup in org.jmythapi.protocol.response
 interface IEnumGroup<E extends Enum<E>>
          An enum group.
 interface IFlagGroup<E extends Enum<E> & IFlag>
          A flag group.
 interface IProgramAudioProperties
          The audio properties of a recording.
 interface IProgramFlags
          The flags of a recording.
 interface IProgramRecordingDupInType
          The episode filter of a recording.
 interface IProgramRecordingDupMethodType
          The duplication mode of a recording.
 interface IProgramRecordingSearchType
           
 interface IProgramRecordingStatus
           
 interface IProgramRecordingType
           
 interface IProgramSubtitleType
          The subtitle type of a recording.
 interface IProgramVideoProperties
          The video properties of a recording.
 interface IRemoteEncoderFlags
          The flags of a remote encoder.
 interface ISleepStatus
          The sleep state of a MythTV backend.
 

Uses of IGroup in org.jmythapi.protocol.response.impl
 

Classes in org.jmythapi.protocol.response.impl that implement IGroup
 class AEnumGroup<E extends Enum<E>>
          An implementation of IEnumGroup.
 class AFlagGroup<E extends Enum<E> & IFlag>
           
 class AVersionableEnumGroup<E extends Enum<E> & IVersionableValue>
           
 class ProgramAudioProperties
           
 class ProgramFlags
           
 class ProgramRecordingDupInType
           
 class ProgramRecordingDupMethodType
           
 class ProgramRecordingSearchType
           
 class ProgramRecordingStatus
           
 class ProgramRecordingType
           
 class ProgramSubtitleType
           
 class ProgramVideoProperties
           
 class RemoteEncoderFlags
           
 class SleepStatus
           
 



Copyright © 2008-2013. All Rights Reserved.