Class JDFResource.EnumAmountMerge

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable
    Enclosing class:
    JDFResource

    public static final class JDFResource.EnumAmountMerge
    extends org.apache.commons.lang.enums.ValuedEnum
    Enumeration for the policy of merging the amounts from ResourceLinks

  • AmountMerge_none - does not recalculate amounts
  • AmountMerge_LinkOnly - calculates the Resource Amount based on the Amount values in the ResourceLinks only.
    The original Resource Amount is ignored
  • AmountMerge_UpdateLink - calculates the Resource Amount based on the difference of previous and current resource link amounts
See Also:
Serialized Form