Uses of Enum Class
com.primavera.common.value.SpreadBucketType
Packages that use SpreadBucketType
-
Uses of SpreadBucketType in com.primavera.common.value
Methods in com.primavera.common.value that return SpreadBucketTypeModifier and TypeMethodDescriptionstatic SpreadBucketTypeSpreadBucketType.fromInt(int oldConstantVal) Gets a SpreadBucketType instance based on the internal constant passed as an argument.static SpreadBucketTypeReturns the enum constant of this class with the specified name.static SpreadBucketType[]SpreadBucketType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SpreadBucketType in com.primavera.common.value.spread
Methods in com.primavera.common.value.spread that return SpreadBucketTypeModifier and TypeMethodDescriptionSpreadData.getBucketType()Get the bucket type of this batch of spread data.BaseSpread.getSpreadBucketTypeEnum()Gets the bucket type of spread data in enum.SpreadPeriod.getSpreadBucketTypeEnum()Gets the bucket type of this spread period in enum.Methods in com.primavera.common.value.spread with parameters of type SpreadBucketTypeModifier and TypeMethodDescriptionSpreadData.getBucketStart(Date date, SpreadBucketType bucketType) Trims the given date to the bucket start time.SpreadData.getNextBucketStart(Date date, SpreadBucketType bucketType) Gets the next bucket time by a given date.SpreadData.getPreviousBucketStart(Date date, SpreadBucketType bucketType) Gets the previous bucket time by a given date.Constructors in com.primavera.common.value.spread with parameters of type SpreadBucketTypeModifierConstructorDescriptionResourceAssignmentSpread(SpreadBucketType bucketType) Creates a new resource assignment instance for update.