java.lang.Object
com.thecoderscorner.menu.domain.MenuItem<Integer>
com.thecoderscorner.menu.domain.EnumMenuItem

public class EnumMenuItem extends MenuItem<Integer>
A menu item implementation that represents one of a known set of choices, the choices are stored as an integer value, but each choice has a string representation as well.