Uses of Class
com.primavera.integration.client.bo.enm.PercentCompleteType
Packages that use PercentCompleteType
Package
Description
Typesafe enumerations
Client business object classes
-
Uses of PercentCompleteType in com.primavera.integration.client.bo.enm
Fields in com.primavera.integration.client.bo.enm declared as PercentCompleteTypeModifier and TypeFieldDescriptionstatic final PercentCompleteTypePercentCompleteType.DURATIONstatic final PercentCompleteTypePercentCompleteType.NULLstatic final PercentCompleteTypePercentCompleteType.PHYSICALstatic final PercentCompleteTypePercentCompleteType.SCOPEstatic final PercentCompleteTypePercentCompleteType.UNITSMethods in com.primavera.integration.client.bo.enm that return PercentCompleteTypeModifier and TypeMethodDescriptionstatic PercentCompleteTypePercentCompleteType.getPercentCompleteType(int iPercentCompleteType) Gets an instance of PercentCompleteType based on the integer value specified.static PercentCompleteTypePercentCompleteType.getPercentCompleteType(String sPercentCompleteType) Gets an instance of PercentCompleteType based on the String value specified. -
Uses of PercentCompleteType in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return PercentCompleteTypeModifier and TypeMethodDescriptionBaselineProject.getActivityDefaultPercentCompleteType()Gets the percent complete type assigned to new activities by default.Project.getActivityDefaultPercentCompleteType()Gets the percent complete type assigned to new activities by default.Activity.getPercentCompleteType()Gets the activity percent complete type: 'Physical', 'Duration', or 'Units'.ResourceAssignment.getPercentCompleteType()Gets the activity percent complete type: 'Physical', 'Duration', or 'Units'.Relationship.getPredActPercentCompleteType()Gets the Predecessor activity percent complete type: 'Physical', 'Duration', or 'Units'.Methods in com.primavera.integration.client.bo.object with parameters of type PercentCompleteTypeModifier and TypeMethodDescriptionvoidBaselineProject.setActivityDefaultPercentCompleteType(PercentCompleteType enm) Sets the percent complete type assigned to new activities by default.voidProject.setActivityDefaultPercentCompleteType(PercentCompleteType enm) Sets the percent complete type assigned to new activities by default.voidActivity.setPercentCompleteType(PercentCompleteType enm) Sets the activity percent complete type: 'Physical', 'Duration', or 'Units'.voidResourceAssignment.setPercentCompleteType(PercentCompleteType enm) Sets the activity percent complete type: 'Physical', 'Duration', or 'Units'.