Closed
Description
Java enum types are encoded as Java classes with various constants for their runtime value. At present, Java2Swift imports these just like any other Java class.
We should try to produce Swift wrappers that either are enums or feel like enums, with support for switches and easy identification of cases.