Class DefaultCharacteristicValueRangeIntervals
java.lang.Object
com.broadleafcommerce.catalog.domain.product.characteristic.DefaultCharacteristicValueRangeIntervals
Default supported values for
CharacteristicValue.getRangeInterval()
.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Indicates both ends of the range are exclusive.static final String
Indicates the start of the range (bottom) is exclusive and the end of the range (top) is inclusive.static final String
Indicates the start of the range (bottom) is inclusive and the end of the range (top) is exclusive.static final String
Indicates both ends of the range are inclusive. -
Method Summary
-
Field Details
-
OPEN
Indicates both ends of the range are inclusive.- See Also:
-
CLOSED
Indicates both ends of the range are exclusive.- See Also:
-
CLOSED_BOTTOM
Indicates the start of the range (bottom) is exclusive and the end of the range (top) is inclusive.- See Also:
-
CLOSED_TOP
Indicates the start of the range (bottom) is inclusive and the end of the range (top) is exclusive.- See Also:
-