how do I declare enumerated types?
Printable View
how do I declare enumerated types?
Java does not support the enum keyword used in C to
define types that consist of fixed sets of named values.
Im not quite sure but i know it is possible to do in Java using Object constants.