There is such a line of code:
item.addProperty(SoapScheme.ROUTES.Item.OUTLET_CODE, route.outlet == null ? 0 : route.outlet.code); Interested in what means ? and : that is, it interests you, what exactly does this expression route.outlet == null ? 0 : route.outlet.code mean route.outlet == null ? 0 : route.outlet.code route.outlet == null ? 0 : route.outlet.code ?
ifconditional operator - fonjeekay