|
SAP NetWeaver 7.11 (EhP1 SP02) Composition Environment | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IGPDuration
| Field Summary | |
|---|---|
static int |
DURATION_DAY
The main unit of the duration is "day" |
static int |
DURATION_HOUR
The main unit of the duration is "hour" |
static int |
DURATION_MINUTE
The main unit of the duration is "minute" |
static int |
DURATION_MONTH
The main unit of the duration is "month" |
static int |
DURATION_WEEK
The main unit of the duration is "week" |
static int |
DURATION_YEAR
The main unit of the duration is "year" |
static int |
INVALID_DURATION
|
| Method Summary | |
|---|---|
int |
getDuration()
Returns the duration In others words, the count of unit according to the type of the duration. |
int |
getDurationType()
Returns the type of the duration |
| Field Detail |
|---|
static final int INVALID_DURATION
static final int DURATION_MINUTE
static final int DURATION_HOUR
static final int DURATION_DAY
static final int DURATION_WEEK
static final int DURATION_MONTH
static final int DURATION_YEAR
| Method Detail |
|---|
int getDuration()
int getDurationType()
previous constants defined (minute/hour/week/etc.)
|
SAP NetWeaver 7.11 (EhP1 SP02) Composition Environment | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||