|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<IProgramSubtitleType.Flags> org.jmythapi.protocol.response.IProgramSubtitleType.Flags
public static enum IProgramSubtitleType.Flags
The flags of the IProgramInfo.Props.SUBTITLE_TYPE
property.
MythTV Protocol Version Matrix | |||||
---|---|---|---|---|---|
Protocol | |||||
Name | Type | Range | 35 | 37 | -1 |
SUB_UNKNOWN | IFlag | [35,-1) | X | X | X |
SUB_HARDHEAR | IFlag | [35,-1) | X | X | X |
SUB_NORMAL | IFlag | [35,-1) | X | X | X |
SUB_ONSCREEN | IFlag | [35,-1) | X | X | X |
SUB_SIGNED | IFlag | [37,-1) | - | X | X |
Enum Constant Summary | |
---|---|
SUB_HARDHEAR
Closed Captioned |
|
SUB_NORMAL
Subtitles Available |
|
SUB_ONSCREEN
Subtitled |
|
SUB_SIGNED
Deaf Signing |
|
SUB_UNKNOWN
|
Method Summary | |
---|---|
Long |
getFlagValue()
Gets the value associated with the flag. |
static IProgramSubtitleType.Flags |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static IProgramSubtitleType.Flags[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.jmythapi.protocol.response.IFlag |
---|
name |
Enum Constant Detail |
---|
public static final IProgramSubtitleType.Flags SUB_UNKNOWN
public static final IProgramSubtitleType.Flags SUB_HARDHEAR
public static final IProgramSubtitleType.Flags SUB_NORMAL
public static final IProgramSubtitleType.Flags SUB_ONSCREEN
public static final IProgramSubtitleType.Flags SUB_SIGNED
Method Detail |
---|
public static IProgramSubtitleType.Flags[] values()
for (IProgramSubtitleType.Flags c : IProgramSubtitleType.Flags.values()) System.out.println(c);
public static IProgramSubtitleType.Flags valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic Long getFlagValue()
IFlag
getFlagValue
in interface IFlag
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |