Uses of Class
com.primavera.integration.client.bo.enm.DecimalCount
Packages that use DecimalCount
Package
Description
Typesafe enumerations
Client business object classes
-
Uses of DecimalCount in com.primavera.integration.client.bo.enm
Fields in com.primavera.integration.client.bo.enm declared as DecimalCountModifier and TypeFieldDescriptionstatic final DecimalCountDecimalCount.NULLstatic final DecimalCountDecimalCount.ONEstatic final DecimalCountDecimalCount.TWOstatic final DecimalCountDecimalCount.ZEROMethods in com.primavera.integration.client.bo.enm that return DecimalCountModifier and TypeMethodDescriptionstatic DecimalCountDecimalCount.getDecimalCount(int iDecimalCount) Gets an instance of DecimalCount based on the integer value specified.static DecimalCountDecimalCount.getDecimalCount(String sDecimalCount) Gets an instance of DecimalCount based on the String value specified. -
Uses of DecimalCount in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return DecimalCountModifier and TypeMethodDescriptionUser.getDurationDecimalCount()Gets the Duration Decimal count for the user is the number of decimal places to be displayed for the Duration.User.getSmallScaleDecimalCount()Gets the Small Scale Decimal count for the user is the number of decimal places to be displayed for the Time.Methods in com.primavera.integration.client.bo.object with parameters of type DecimalCountModifier and TypeMethodDescriptionvoidUser.setDurationDecimalCount(DecimalCount enm) Sets the Duration Decimal count for the user is the number of decimal places to be displayed for the Duration.voidUser.setSmallScaleDecimalCount(DecimalCount enm) Sets the Small Scale Decimal count for the user is the number of decimal places to be displayed for the Time.