Kanzi  3.9.5
Java API
Enum Interface Reference

Base class of Kanzi enumerations which support conversion to and from integer values. More...

Inheritance diagram for Enum:
[legend]

Classes

class  Helper
 Class for holding static functionalities of Enum class. More...
 

Public Member Functions

int getValue ()
 Returns the integer value of the enumeration constant. More...
 

Detailed Description

Base class of Kanzi enumerations which support conversion to and from integer values.

Member Function Documentation

◆ getValue()