Class DefaultCharacteristicValueRangeIntervals

java.lang.Object
com.broadleafcommerce.catalog.domain.product.characteristic.DefaultCharacteristicValueRangeIntervals

public final class DefaultCharacteristicValueRangeIntervals extends Object
Default supported values for CharacteristicValue.getRangeInterval().
  • Field Details

    • OPEN

      public static final String OPEN
      Indicates both ends of the range are inclusive.
      See Also:
    • CLOSED

      public static final String CLOSED
      Indicates both ends of the range are exclusive.
      See Also:
    • CLOSED_BOTTOM

      public static final String CLOSED_BOTTOM
      Indicates the start of the range (bottom) is exclusive and the end of the range (top) is inclusive.
      See Also:
    • CLOSED_TOP

      public static final String CLOSED_TOP
      Indicates the start of the range (bottom) is inclusive and the end of the range (top) is exclusive.
      See Also: