Uses of Class
com.primavera.integration.client.bo.enm.DateFormatType
Packages that use DateFormatType
Package
Description
Typesafe enumerations
Client business object classes
-
Uses of DateFormatType in com.primavera.integration.client.bo.enm
Fields in com.primavera.integration.client.bo.enm declared as DateFormatTypeModifier and TypeFieldDescriptionstatic final DateFormatTypeDateFormatType.DAY_MONTH_YEARstatic final DateFormatTypeDateFormatType.MONTH_DAY_YEARstatic final DateFormatTypeDateFormatType.NULLstatic final DateFormatTypeDateFormatType.YEAR_MONTH_DAYMethods in com.primavera.integration.client.bo.enm that return DateFormatTypeModifier and TypeMethodDescriptionstatic DateFormatTypeDateFormatType.getDateFormatType(int iDateFormatType) Gets an instance of DateFormatType based on the integer value specified.static DateFormatTypeDateFormatType.getDateFormatType(String sDateFormatType) Gets an instance of DateFormatType based on the String value specified. -
Uses of DateFormatType in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return DateFormatTypeModifier and TypeMethodDescriptionUser.getDateFormatType()Gets the date format type for the user: 'Month, Day, Year' , 'Day, Month, Year' or 'Year, Month, Day'.Methods in com.primavera.integration.client.bo.object with parameters of type DateFormatTypeModifier and TypeMethodDescriptionvoidUser.setDateFormatType(DateFormatType enm) Sets the date format type for the user: 'Month, Day, Year' , 'Day, Month, Year' or 'Year, Month, Day'.