Uses of Class
com.primavera.integration.client.bo.enm.DateSeparator
Packages that use DateSeparator
Package
Description
Typesafe enumerations
Client business object classes
-
Uses of DateSeparator in com.primavera.integration.client.bo.enm
Fields in com.primavera.integration.client.bo.enm declared as DateSeparatorModifier and TypeFieldDescriptionstatic final DateSeparatorDateSeparator.DASHstatic final DateSeparatorDateSeparator.DOTstatic final DateSeparatorDateSeparator.NULLstatic final DateSeparatorDateSeparator.SLASHMethods in com.primavera.integration.client.bo.enm that return DateSeparatorModifier and TypeMethodDescriptionstatic DateSeparatorDateSeparator.getDateSeparator(int iDateSeparator) Gets an instance of DateSeparator based on the integer value specified.static DateSeparatorDateSeparator.getDateSeparator(String sDateSeparator) Gets an instance of DateSeparator based on the String value specified. -
Uses of DateSeparator in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return DateSeparatorModifier and TypeMethodDescriptionUser.getDateSeparator()Gets the date Separator for the user: '/' , '-' or '.'.Methods in com.primavera.integration.client.bo.object with parameters of type DateSeparatorModifier and TypeMethodDescriptionvoidUser.setDateSeparator(DateSeparator enm) Sets the date Separator for the user: '/' , '-' or '.'.