Object -> Integer
value - -
int getValue ()
setValue (int _i)
String printf (String _fmt) - convert the integer to a printf-style formatted String and return it
String getString () - convert integer to String
static Integer New (int _i) - return _i casted to a new Integer object