package enumtest; @javax.ejb.Remote public interface Bean { public TheEnum getStuff(); public boolean checkStuff(TheEnum e); }