|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<IPixmap.Props> org.jmythapi.protocol.response.IPixmap.Props
public static enum IPixmap.Props
The properties of an IPixmap
response.
MythTV Protocol Version Matrix | ||||
---|---|---|---|---|
Protocol | ||||
Name | Type | Range | 49 | -1 |
LAST_MODIFIED | Date | [49,-1) | X | X |
DATA_SIZE | Long | [49,-1) | X | X |
DATA_CHECKSUM | String | [49,-1) | X | X |
DATA_BASE64 | String | [49,-1) | X | X |
Enum Constant Summary | |
---|---|
DATA_BASE64
Pixmap data as base64 encoded string. |
|
DATA_CHECKSUM
Checksum of the pixmap file. |
|
DATA_SIZE
Size of pixmap in bytes. |
|
LAST_MODIFIED
Last modified timestamp. |
Method Summary | |
---|---|
static IPixmap.Props |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static IPixmap.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 IPixmap.Props LAST_MODIFIED
public static final IPixmap.Props DATA_SIZE
public static final IPixmap.Props DATA_CHECKSUM
public static final IPixmap.Props DATA_BASE64
Method Detail |
---|
public static IPixmap.Props[] values()
for (IPixmap.Props c : IPixmap.Props.values()) System.out.println(c);
public static IPixmap.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 |