|
SWIG/Examples/java/enum/
Wrapping enumerations$Header: /cvs/projects/SWIG/Examples/java/enum/Attic/index.html,v 1.1.2.2 2001/06/08 11:20:51 cheetah 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
|