|
Primavera Integration API 7.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CalendarType | |
---|---|
com.primavera.integration.client.bo.enm | Typesafe enumerations |
com.primavera.integration.client.bo.object | Client business object classes |
Uses of CalendarType in com.primavera.integration.client.bo.enm |
---|
Fields in com.primavera.integration.client.bo.enm declared as CalendarType | |
---|---|
static CalendarType |
CalendarType.GLOBAL
|
static CalendarType |
CalendarType.NULL
|
static CalendarType |
CalendarType.PROJECT
|
static CalendarType |
CalendarType.RESOURCE
|
Methods in com.primavera.integration.client.bo.enm that return CalendarType | |
---|---|
static CalendarType |
CalendarType.getCalendarType(int iCalendarType)
Gets an instance of CalendarType based on the integer value specified. |
static CalendarType |
CalendarType.getCalendarType(java.lang.String sCalendarType)
Gets an instance of CalendarType based on the String value specified. |
Uses of CalendarType in com.primavera.integration.client.bo.object |
---|
Methods in com.primavera.integration.client.bo.object that return CalendarType | |
---|---|
CalendarType |
Calendar.getType()
Gets the calendar type - either 'Global', 'Resource', or 'Project'. |
Methods in com.primavera.integration.client.bo.object with parameters of type CalendarType | |
---|---|
void |
Calendar.setType(CalendarType enm)
Sets the calendar type - either 'Global', 'Resource', or 'Project'. |
|
Primavera Integration API 7.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |