/**
* @fileoverview This file is generated by BoosterClientGenerator, do not edit.
* If this file needs to change consider updating the exporter
* code and re-run the export.
*
* @author anders.rejdebrant@spark-vision.com (Anders Rejdebrant)
*/
goog.provide('spv.vds.ipprot_nova.specification.VolvoItemType');
/**
* @enum {string}
*/
spv.vds.ipprot_nova.specification.VolvoItemType = {
"MODEL_YEAR": "MODEL_YEAR",
"MODEL": "MODEL",
"ENGINE": "ENGINE",
"SALES_VERSION": "SALES_VERSION",
"BODY": "BODY",
"GEARBOX": "GEARBOX",
"STEERING": "STEERING",
"MARKET": "MARKET",
"COLOR": "COLOR",
"COLOR_SUFFIX": "COLOR_SUFFIX",
"UPHOLSTERY": "UPHOLSTERY",
"OPTION": "OPTION"
};