Uses of Enum Class
com.aspose.tasks.cloud.model.PrimaveraConstraintType
Packages that use PrimaveraConstraintType
-
Uses of PrimaveraConstraintType in com.aspose.tasks.cloud.model
Methods in com.aspose.tasks.cloud.model that return PrimaveraConstraintTypeModifier and TypeMethodDescriptionstatic PrimaveraConstraintTypePrimaveraTaskProperties.getPrimaryConstraintType()Gets a type of primary constraint.PrimaveraTaskProperties.getSecondaryConstraintType()Gets a type of secondary constraint.PrimaveraConstraintType.Adapter.read(com.google.gson.stream.JsonReader jsonReader) static PrimaveraConstraintTypeReturns the enum constant of this class with the specified name.static PrimaveraConstraintType[]PrimaveraConstraintType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.aspose.tasks.cloud.model with parameters of type PrimaveraConstraintTypeModifier and TypeMethodDescriptionPrimaveraTaskProperties.primaryConstraintType(PrimaveraConstraintType primaryConstraintType) PrimaveraTaskProperties.secondaryConstraintType(PrimaveraConstraintType secondaryConstraintType) voidPrimaveraTaskProperties.setPrimaryConstraintType(PrimaveraConstraintType primaryConstraintType) voidPrimaveraTaskProperties.setSecondaryConstraintType(PrimaveraConstraintType secondaryConstraintType) voidPrimaveraConstraintType.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, PrimaveraConstraintType enumeration)