Results 1 to 2 of 2

Thread: enumerated types

  1. #1

    Thread Starter
    Frenzied Member Mark Sreeves's Avatar
    Join Date
    Nov 1999
    Location
    UK
    Posts
    1,845
    how do I declare enumerated types?
    Mark
    -------------------

  2. #2
    Dazed Member
    Join Date
    Oct 1999
    Location
    Ridgefield Park, NJ
    Posts
    3,418
    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width