package commonapi.examples interface enum_test { version { major 1 minor 2 } enumeration testEnum { ZERO=0 ONE=1 PROBLEM=256 } }