|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<IJobType.Type> org.jmythapi.database.IJobType.Type
public static enum IJobType.Type
Enum Constant Summary | |
---|---|
COMMFLAG
Commercial Flagging Job. |
|
METADATA
TODO when was this introduced? |
|
NONE
No Job. |
|
SYSTEMJOB
System Job. |
|
TRANSCODE
Transcoding Job. |
|
USERJOB
User Job. |
|
USERJOB1
User Job 1. |
|
USERJOB2
User Job 2. |
|
USERJOB3
User Job 3. |
|
USERJOB4
User Job 4. |
Method Summary | |
---|---|
int |
getPosition()
|
static IJobType.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static IJobType.Type[] |
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 IJobType.Type NONE
public static final IJobType.Type SYSTEMJOB
public static final IJobType.Type TRANSCODE
public static final IJobType.Type COMMFLAG
public static final IJobType.Type METADATA
public static final IJobType.Type USERJOB
public static final IJobType.Type USERJOB1
See MythTV Settings UserJobDesc1
public static final IJobType.Type USERJOB2
See MythTV Settings UserJobDesc2
public static final IJobType.Type USERJOB3
See MythTV Settings UserJobDesc3
public static final IJobType.Type USERJOB4
See MythTV Settings UserJobDesc4
Method Detail |
---|
public static IJobType.Type[] values()
for (IJobType.Type c : IJobType.Type.values()) System.out.println(c);
public static IJobType.Type 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 int getPosition()
getPosition
in interface IPositionalValue
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |