public class JobPhase
extends java.lang.Object
getState(),
Copyright (C) Micro Focus 2014. All rights reserved.
| Constructor and Description |
|---|
JobPhase(int pPhaseCode)
Constructor for a numeric phase code.
|
JobPhase(java.lang.String pPhaseCodeHex)
Constructor for a hexadecimal phase code.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getInt()
Gets the numeric phase code.
|
java.lang.String |
getPhase() |
EJobState |
getState()
Interprets the job phase and returns the corresponding
EJobState. |
java.lang.String |
toString() |
public JobPhase(java.lang.String pPhaseCodeHex)
pPhaseCodeHex - the phase code in hexadecimal characterspublic JobPhase(int pPhaseCode)
pPhaseCode - the phase codeCopyright © 2015 Micro Focus GmbH. All rights reserved.