# Interface: com.pnfsoftware.jeb.core.units.IDuplicatedUnit

Represent an [IUnit](IUnit) without processing, because there is somewhere a duplicate unit \(exactly the same\) in the current project.

## Static Field: typeDuplicate
Type: `java.lang.String`

Constant value: `duplicate`
Description: Format type used for duplicated units.

## Method: getOriginal
- return type: `com.pnfsoftware.jeb.core.units.IUnit`

Description: The original [IUnit](IUnit) which the current is the duplicate. Never null.
return: the [IUnit](IUnit)

