Enum Class SourcingFilterResultOperator

java.lang.Object
java.lang.Enum<SourcingFilterResultOperator>
de.hybris.platform.warehousing.sourcing.filter.SourcingFilterResultOperator
All Implemented Interfaces:
Serializable, Comparable<SourcingFilterResultOperator>, Constable

public enum SourcingFilterResultOperator extends Enum<SourcingFilterResultOperator>
Operator to determine if the sourcing location result sets should be an inclusion set (OR) or an exclusion set (AND). Use NONE for the first filter in the chain of sourcing filters. NONE behaves the same way as the OR operator.