Class JDFResource.EnumAmountMerge

java.lang.Object
org.apache.commons.lang.enums.Enum
org.apache.commons.lang.enums.ValuedEnum
org.cip4.jdflib.resource.JDFResource.EnumAmountMerge
All Implemented Interfaces:
Serializable, 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: