static val UNKNOWN_VALUE: Int
No visibility was explicitly specified. This is typically treated as private.
The distinction is important when two separate R.java files are generated: a public and
private one. An unknown visibility, in this case, would cause the resource to be omitted
from either R.java.
UNKNOWN = 0;