SWIG/Examples/java/enum/

Wrapping enumerations

$Header: /cvs/projects/SWIG/Examples/java/enum/index.html,v 1.3 2002/11/30 22:10:02 beazley Exp $

This example tests SWIG's ability to wrap enumerations. By default, SWIG converts enumeration specifications into integer constants. Further use of enumerated types are handled as integers.

Notes