[opengl] Why are LWJGL enums as integers?

Not sure if this is the right thread, but why are LWJGL’s enumerators, integers? It would have been easier to code them as enumerators, or does JNI not allow Java’s enums?

EDIT: Changed the title to ‘LWJGL’