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

An enumerated value, defined by an [enum](IEnumerationType).

## Method: getName
- return type: `java.lang.String`

Description: Get the name of this value.
return: element name

## Method: getValue
- return type: `int`

Description: Get the integer value.
return: integer value

