Uses of Class
com.primavera.integration.client.bo.enm.CalendarType
Packages that use CalendarType
Package
Description
Typesafe enumerations
Client business object classes
-
Uses of CalendarType in com.primavera.integration.client.bo.enm
Fields in com.primavera.integration.client.bo.enm declared as CalendarTypeModifier and TypeFieldDescriptionstatic final CalendarTypeCalendarType.GLOBALstatic final CalendarTypeCalendarType.NULLstatic final CalendarTypeCalendarType.PROJECTstatic final CalendarTypeCalendarType.RESOURCEMethods in com.primavera.integration.client.bo.enm that return CalendarTypeModifier and TypeMethodDescriptionstatic CalendarTypeCalendarType.getCalendarType(int iCalendarType) Gets an instance of CalendarType based on the integer value specified.static CalendarTypeCalendarType.getCalendarType(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 CalendarTypeModifier and TypeMethodDescriptionCalendar.getType()Gets the calendar type - either 'Global', 'Resource', or 'Project'.Methods in com.primavera.integration.client.bo.object with parameters of type CalendarTypeModifier and TypeMethodDescriptionvoidCalendar.setType(CalendarType enm) Sets the calendar type - either 'Global', 'Resource', or 'Project'.