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

Packages that use IFlag
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. 
org.jmythapi.protocol.response.impl.filters This package contains classes to filter MythTV recordings. 
 

Uses of IFlag in org.jmythapi.protocol.response
 

Classes in org.jmythapi.protocol.response with type parameters of type IFlag
 interface IFlagGroup<E extends Enum<E> & IFlag>
          A flag group.
 

Classes in org.jmythapi.protocol.response that implement IFlag
static class IProgramAudioProperties.Flags
          The flags of the IProgramInfo.Props.AUDIO_PROPERTIES property.
static class IProgramFlags.Flags
          The flags of the PROGRAM_FLAGS property.
static class IProgramRecordingDupInType.Flags
          The flags of the IProgramInfo.Props.DUP_IN property.
static class IProgramRecordingDupMethodType.Flags
          The flags of the IProgramInfo.Props.DUP_METHOD property.
static class IProgramSubtitleType.Flags
          The flags of the IProgramInfo.Props.SUBTITLE_TYPE property.
static class IProgramVideoProperties.Flags
          The flags of the IProgramInfo.Props.VIDEO_PROPERTIES property.
static class IRemoteEncoderFlags.Flags
          The flags of an IRemoteEncoderFlags response.
static class ISleepStatus.Flags
          The flags of an ISleepStatus response.
 

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

Classes in org.jmythapi.protocol.response.impl with type parameters of type IFlag
 class AFlagGroup<E extends Enum<E> & IFlag>
           
 

Methods in org.jmythapi.protocol.response.impl with type parameters of type IFlag
static
<E extends Enum<E> & IFlag>
Long
AFlagGroup.getFlagValue(ProtocolVersion protoVersion, E flag)
          Gets the long value of the given flag.
static
<E extends Enum<E> & IFlag>
EnumSet<E>
AFlagGroup.getSupportedFlags(Class<E> groupClass, ProtocolVersion protoVersion)
           
static
<E extends Enum<E> & IFlag,G extends AGroup<E>>
G
AFlagGroup.valueOf(Class<G> groupClass, ProtocolVersion protoVersion, E... flags)
           
 

Uses of IFlag in org.jmythapi.protocol.response.impl.filters
 

Classes in org.jmythapi.protocol.response.impl.filters with type parameters of type IFlag
 class FlagGroupFilter<F extends Enum<F> & IFlag,P extends Enum<P>,O extends IPropertyAware<P>>
           
 



Copyright © 2008-2013. All Rights Reserved.