What is the Java syntax for an enumeration?
Here's the VB equiv. of what I want:
VB Code:
Private Enum DoorMessage CLOSE_FAST = 1 CLOSE_SLOW = 2 OPEN_FAST = 3 OPEN_SLOW = 4 End Enum
![]()
|
Results 1 to 6 of 6
Thread: Enumeration?Threaded View
|
Click Here to Expand Forum to Full Width |