I am trying to compile and I get this error:
enigma/Rotor.java:30: incompatible types found : java.lang.String required: int switch(name){ 1 error
switch(name)
switch statement with String is supported from Java7 onwards only.
switch
I guess the compiler version you are using is less than Java7
Options:
if/else
int
String