|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<IDownloadFileFinished.Props> org.jmythapi.protocol.events.IDownloadFileFinished.Props
public static enum IDownloadFileFinished.Props
The properties of an IDownloadFileFinished
event.
MythTV Protocol Version Matrix | ||||
---|---|---|---|---|
Protocol | ||||
Name | Type | Range | 00 | -1 |
REMOTE_URI | URI | [00,-1) | X | X |
LOCAL_URI | URI | [00,-1) | X | X |
BYTES_TOTAL | Long | [00,-1) | X | X |
ERROR_TEXT | String | [00,-1) | X | X |
ERROR_CODE | Integer | [00,-1) | X | X |
Enum Constant Summary | |
---|---|
BYTES_TOTAL
The total size of the remote file. |
|
ERROR_CODE
The error code of a download error. |
|
ERROR_TEXT
The error text of a download error. |
|
LOCAL_URI
The URI to the local copy of the remote file. |
|
REMOTE_URI
The URI to the remote file. |
Method Summary | |
---|---|
static IDownloadFileFinished.Props |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static IDownloadFileFinished.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 IDownloadFileFinished.Props REMOTE_URI
IDownloadFile.getRemoteURI()
public static final IDownloadFileFinished.Props LOCAL_URI
IDownloadFile.getLocalURI()
public static final IDownloadFileFinished.Props BYTES_TOTAL
IDownloadFile.getBytesTotal()
public static final IDownloadFileFinished.Props ERROR_TEXT
IDownloadFileFinished.getErrorText()
public static final IDownloadFileFinished.Props ERROR_CODE
IDownloadFileFinished.getErrorCode()
Method Detail |
---|
public static IDownloadFileFinished.Props[] values()
for (IDownloadFileFinished.Props c : IDownloadFileFinished.Props.values()) System.out.println(c);
public static IDownloadFileFinished.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 |