So now you see wheel and colour are implicitly constants so it is
pubilc static final int wheel;
public static final
String colour;
So whatever you were trying can not be done this way.
But your requirement can be solved by following what Stephan has explained.