The <tt>if-else</tt> implementation you have is the right way to do this, since <tt>switch</tt> won't work with objects. Apart from maybe being a bit harder to read (which is subjective), there is no real downside in using <tt>if-else</tt> statements this way.