|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<ITimezone.Props> org.jmythapi.protocol.response.ITimezone.Props
public static enum ITimezone.Props
Properties of the ITimezone
response.
MythTV Protocol Version Matrix | ||||
---|---|---|---|---|
Protocol | ||||
Name | Type | Range | 42 | -1 |
TIMEZONE_ID | String | [42,-1) | X | X |
UTC_OFFSET | Integer | [42,-1) | X | X |
CURRENT_DATE | Date | [42,-1) | X | X |
Enum Constant Summary | |
---|---|
CURRENT_DATE
[03] |
|
TIMEZONE_ID
[01] |
|
UTC_OFFSET
[02] |
Method Summary | |
---|---|
static ITimezone.Props |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ITimezone.Props[] |
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 |
Enum Constant Detail |
---|
public static final ITimezone.Props TIMEZONE_ID
ITimezone.getTimeZoneID()
public static final ITimezone.Props UTC_OFFSET
ITimezone.getUTCOffset()
public static final ITimezone.Props CURRENT_DATE
ITimezone.getCurrentDate()
Method Detail |
---|
public static ITimezone.Props[] values()
for (ITimezone.Props c : ITimezone.Props.values()) System.out.println(c);
public static ITimezone.Props 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 null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |