org.jmythapi.database
Enum IJobType.Type

java.lang.Object
  extended by java.lang.Enum<IJobType.Type>
      extended by org.jmythapi.database.IJobType.Type
All Implemented Interfaces:
Serializable, Comparable<IJobType.Type>, IPositionalValue
Enclosing interface:
IJobType

public static enum IJobType.Type
extends Enum<IJobType.Type>
implements IPositionalValue


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

NONE

public static final IJobType.Type NONE
No Job.


SYSTEMJOB

public static final IJobType.Type SYSTEMJOB
System Job.


TRANSCODE

public static final IJobType.Type TRANSCODE
Transcoding Job.


COMMFLAG

public static final IJobType.Type COMMFLAG
Commercial Flagging Job.


METADATA

public static final IJobType.Type METADATA
TODO when was this introduced?


USERJOB

public static final IJobType.Type USERJOB
User Job.


USERJOB1

public static final IJobType.Type USERJOB1
User Job 1.

See MythTV Settings UserJobDesc1


USERJOB2

public static final IJobType.Type USERJOB2
User Job 2.

See MythTV Settings UserJobDesc2


USERJOB3

public static final IJobType.Type USERJOB3
User Job 3.

See MythTV Settings UserJobDesc3


USERJOB4

public static final IJobType.Type USERJOB4
User Job 4.

See MythTV Settings UserJobDesc4

Method Detail

values

public static IJobType.Type[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (IJobType.Type c : IJobType.Type.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static IJobType.Type valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

getPosition

public int getPosition()
Specified by:
getPosition in interface IPositionalValue


Copyright © 2008-2013. All Rights Reserved.