CostCategory.java

package com.tradecloud.domain.costing;

public enum CostCategory implements Comparable<CostCategory> {
    COST, MARGIN, REVENUE
}