Uses of Class
com.primavera.integration.client.bo.enm.ConstraintType
Packages that use ConstraintType
Package
Description
Typesafe enumerations
Client business object classes
-
Uses of ConstraintType in com.primavera.integration.client.bo.enm
Fields in com.primavera.integration.client.bo.enm declared as ConstraintTypeModifier and TypeFieldDescriptionstatic final ConstraintTypeConstraintType.AS_LATE_AS_POSSIBLEstatic final ConstraintTypeConstraintType.FINISH_ONstatic final ConstraintTypeConstraintType.FINISH_ON_OR_AFTERstatic final ConstraintTypeConstraintType.FINISH_ON_OR_BEFOREstatic final ConstraintTypeConstraintType.MANDATORY_FINISHstatic final ConstraintTypeConstraintType.MANDATORY_STARTstatic final ConstraintTypeConstraintType.NULLstatic final ConstraintTypeConstraintType.START_ONstatic final ConstraintTypeConstraintType.START_ON_OR_AFTERstatic final ConstraintTypeConstraintType.START_ON_OR_BEFOREMethods in com.primavera.integration.client.bo.enm that return ConstraintTypeModifier and TypeMethodDescriptionstatic ConstraintTypeConstraintType.getConstraintType(int iConstraintType) Gets an instance of ConstraintType based on the integer value specified.static ConstraintTypeConstraintType.getConstraintType(String sConstraintType) Gets an instance of ConstraintType based on the String value specified. -
Uses of ConstraintType in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return ConstraintTypeModifier and TypeMethodDescriptionActivityUpdate.getOverrideConstraintType()Gets the overridden new constraint type for the activity.ActivityUpdate.getPendingConstraintType()Gets the new constraint type for the activity pending approval if required.Activity.getPrimaryConstraintType()Gets the type of constraint applied to the activity start or finish date.Activity.getSecondaryConstraintType()Gets the additional constraint to be used by the scheduler.Methods in com.primavera.integration.client.bo.object with parameters of type ConstraintTypeModifier and TypeMethodDescriptionvoidActivityUpdate.setOverrideConstraintType(ConstraintType enm) Sets the overridden new constraint type for the activity.voidActivityUpdate.setPendingConstraintType(ConstraintType enm) Sets the new constraint type for the activity pending approval if required.voidActivity.setPrimaryConstraintType(ConstraintType enm) Sets the type of constraint applied to the activity start or finish date.voidActivity.setSecondaryConstraintType(ConstraintType enm) Sets the additional constraint to be used by the scheduler.