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

Super\-interface for Dex items objects.

## Method: getDex
- return type: `com.pnfsoftware.jeb.core.units.code.android.IDexUnit`

Description: Retrieve the dex unit that manages this item.
return: the owning dex unit

## Method: isRenamed
- return type: `boolean`

Description: Determine whether or not the item was renamed.
return: true if this item has an effective name different from its original name

## Method: setName
- parameter: `name`, type: `java.lang.String`
- return type: `boolean`

Description: Set a new name for the dex item. Not all dex items may be renamed. The default implementation returns false.
parameter: name: new name
return: success indicator

