|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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
|
AFlagGroup.getFlagValue(ProtocolVersion protoVersion,
E flag)
Gets the long value of the given flag. |
|
static
|
AFlagGroup.getSupportedFlags(Class<E> groupClass,
ProtocolVersion protoVersion)
|
|
static
|
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>>
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |