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

This interface allows the definition of common features that are designed to be extended on a new or wrapped unit.

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

Description: Get the unit description override.
return: a description, or null to keep the wrapped unit's value

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

Description: Get the unit format type override.
return: a format type, or null to keep the wrapped unit's value

## Method: getFormatter
- return type: `com.pnfsoftware.jeb.core.output.IUnitFormatter`

Description: Get the formatter providing additional presentations.
return: a formatter, or null if none

