|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sap.caf.eu.gp.process.api.GPDeadlineType
| Field Summary | |
static GPDeadlineType |
DEADLINE_TYPE_ABSOLUTE_POINT
Deadline type The deadline is related to an absolute point in the time. |
static GPDeadlineType |
DEADLINE_TYPE_FROM_ACTION_START
Deadline type The deadline is related to the action start |
static GPDeadlineType |
DEADLINE_TYPE_FROM_PROCESS_START
Deadline type The deadline is related to the process start |
static GPDeadlineType |
DEADLINE_TYPE_INVALID_DATE
Deadline type Invalid date |
| Method Summary | |
int |
getCode()
|
static GPDeadlineType |
getStatusForCode(int code)
Get the GPDeadlineType instance corresponding to a given code. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final GPDeadlineType DEADLINE_TYPE_ABSOLUTE_POINT
public static final GPDeadlineType DEADLINE_TYPE_FROM_ACTION_START
public static final GPDeadlineType DEADLINE_TYPE_FROM_PROCESS_START
public static final GPDeadlineType DEADLINE_TYPE_INVALID_DATE
| Method Detail |
public int getCode()
public static GPDeadlineType getStatusForCode(int code)
throws IllegalArgumentException
code - the deadline type code
IllegalArgumentException - if no GPDeadlineType is defined for the given code.
|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||