|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IProgramFlags.Flags | |
---|---|
org.jmythapi.protocol.response | This package contains interfaces of MythTV response messages. |
Uses of IProgramFlags.Flags in org.jmythapi.protocol.response |
---|
Methods in org.jmythapi.protocol.response that return IProgramFlags.Flags | |
---|---|
static IProgramFlags.Flags |
IProgramFlags.Flags.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static IProgramFlags.Flags[] |
IProgramFlags.Flags.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 IProgramFlags.Flags | |
---|---|
static IProgramInfoFilter |
ProgramInfoFilters.allFlags(IProgramFlags.Flags... flags)
Creates a filter to filter recordings by flags . |
static IProgramInfoFilter |
ProgramInfoFilters.anyFlags(IProgramFlags.Flags... flags)
Creates a filter to filter recordings by flags . |
static IProgramInfoFilter |
ProgramInfoFilters.flag(IProgramFlags.Flags flag)
Creates a filter to filter recordings by flags . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |