The Enum class is the base class for all classes generated
as java binding for the IDL type enum.
Each java mapped enum class provides static member of this class
which represents the enum values.
You cannot create a object of this class or subclass direct, to
avoid enum values with integer values outside the defined range.