class Apple { static int SMALL = 0, MEDIUM = 1, LARGE = 2; int size; void setSize(int s) { size = s; } }