ActualCostAllocationMethod.java

package com.tradecloud.domain.costing.actual;

/**
 * How actual costs are allocated.
 */
public enum ActualCostAllocationMethod {

    CLC_VALUES, VALUE, VOLUME, WEIGHT
}