# Interface: com.pnfsoftware.jeb.core.units.code.android.dex.IDexAnnotationElement

This interface references the name and value of a DEX annotation.

## Method: getName
- parameter: `dex`, type: `com.pnfsoftware.jeb.core.units.code.android.IDexUnit`
- return type: `java.lang.String`

Description: Get the name of this element.
parameter: dex: the dex unit used to resolve the name
return: the element name

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

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

## Method: getValue
- return type: `com.pnfsoftware.jeb.core.units.code.android.dex.IDexValue`

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

