|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<IStorageGroupFile.Props> org.jmythapi.protocol.response.IStorageGroupFile.Props
public static enum IStorageGroupFile.Props
The properties of an IStorageGroupFile
response.
MythTV Protocol Version Matrix | ||||
---|---|---|---|---|
Protocol | ||||
Name | Type | Range | 44 | -1 |
FILE_TYPE | String | [44,-1) | X | X |
FILE_PATH | String | [44,-1) | X | X |
LAST_MOD | Date | [44,-1) | X | X |
FILE_SIZE | Long | [44,-1) | X | X |
Enum Constant Summary | |
---|---|
FILE_PATH
The full path to the file. |
|
FILE_SIZE
The file size. |
|
FILE_TYPE
The type of the entry. |
|
LAST_MOD
The last modified date. |
Method Summary | |
---|---|
static IStorageGroupFile.Props |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static IStorageGroupFile.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 IStorageGroupFile.Props FILE_TYPE
IStorageGroupFile.getFileType()
public static final IStorageGroupFile.Props FILE_PATH
IStorageGroupFile.getFilePath()
public static final IStorageGroupFile.Props LAST_MOD
IStorageGroupFile.getLastModified()
public static final IStorageGroupFile.Props FILE_SIZE
IStorageGroupFile.getFileSize()
Method Detail |
---|
public static IStorageGroupFile.Props[] values()
for (IStorageGroupFile.Props c : IStorageGroupFile.Props.values()) System.out.println(c);
public static IStorageGroupFile.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 |