Uses of Enum Class
com.hybris.backoffice.excel.importing.parser.RangeParserUtils.RangeBounds
Packages that use RangeParserUtils.RangeBounds
-
Uses of RangeParserUtils.RangeBounds in com.hybris.backoffice.excel.importing.parser
Methods in com.hybris.backoffice.excel.importing.parser that return RangeParserUtils.RangeBoundsModifier and TypeMethodDescriptionstatic RangeParserUtils.RangeBoundsReturns the enum constant of this class with the specified name.static RangeParserUtils.RangeBounds[]RangeParserUtils.RangeBounds.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.hybris.backoffice.excel.importing.parser with parameters of type RangeParserUtils.RangeBoundsModifier and TypeMethodDescriptionstatic DefaultValuesRangeParserUtils.appendPrefixToDefaultValues(DefaultValues defaultValues, RangeParserUtils.RangeBounds range) static ParsedValuesRangeParserUtils.appendPrefixToParsedValues(ParsedValues parsedValues, RangeParserUtils.RangeBounds range) static DefaultValuesRangeParserUtils.deletePrefixFromDefaultValues(DefaultValues defaultValues, RangeParserUtils.RangeBounds range) static ImportParametersRangeParserUtils.deletePrefixFromImportParameters(ImportParameters importParameters, RangeParserUtils.RangeBounds rangeBounds) static ParsedValuesRangeParserUtils.deletePrefixFromParsedValues(ParsedValues parsedValues, RangeParserUtils.RangeBounds range) static ImportParametersRangeParserUtils.getSingleImportParameters(ExcelClassificationAttribute excelClassificationAttribute, ImportParameters importParameters, Map<String, String> params, RangeParserUtils.RangeBounds rangeBounds) Every range contains of FROM and TO values.