Package com.vidispine.generated
Class JobType.PropInfo
- java.lang.Object
-
- com.vidispine.generated.JobType.PropInfo
-
-
Field Summary
Fields Modifier and Type Field Description static String
CURRENT_STEP
static String
DATA
static String
FINISHED
static String
JOB_ID
static String
LOG
static String
PRIORITY
static String
STARTED
static String
STATUS
static String
SUB_JOB
static String
TOTAL_STEPS
static String
TYPE
static String
USER
static String
WAITING
-
Constructor Summary
Constructors Constructor Description PropInfo()
-
-
-
Field Detail
-
JOB_ID
public static final transient String JOB_ID
- See Also:
- Constant Field Values
-
USER
public static final transient String USER
- See Also:
- Constant Field Values
-
STARTED
public static final transient String STARTED
- See Also:
- Constant Field Values
-
FINISHED
public static final transient String FINISHED
- See Also:
- Constant Field Values
-
STATUS
public static final transient String STATUS
- See Also:
- Constant Field Values
-
TYPE
public static final transient String TYPE
- See Also:
- Constant Field Values
-
SUB_JOB
public static final transient String SUB_JOB
- See Also:
- Constant Field Values
-
PRIORITY
public static final transient String PRIORITY
- See Also:
- Constant Field Values
-
WAITING
public static final transient String WAITING
- See Also:
- Constant Field Values
-
CURRENT_STEP
public static final transient String CURRENT_STEP
- See Also:
- Constant Field Values
-
DATA
public static final transient String DATA
- See Also:
- Constant Field Values
-
TOTAL_STEPS
public static final transient String TOTAL_STEPS
- See Also:
- Constant Field Values
-
LOG
public static final transient String LOG
- See Also:
- Constant Field Values
-
-