- int x = Integer(eingabeText)
- int x = (int) (eingabeText)
- int x = Integer.valueOf(eingabeText)
y = x.intValue()