# Interface: com.pnfsoftware.jeb.core.units.code.asm.type.IEnumerationType

This type represents native enumerations.

## Method: getConstants
- return type: `java.util.List<? extends com.pnfsoftware.jeb.core.units.code.asm.type.IEnumerationElement>`

Description: Retrieve the list of enumerated constants.
return: enumerated constants

