# Enum: com.pnfsoftware.jeb.util.format.NumberFormatter.NotationType

Notation type for hexadecimal bases.

## Constant: _0x_prefix

## Constant: _h_suffix

## Constant: _none

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

Description: Get the notation prefix.
return: the prefix string

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

Description: Get the notation suffix.
return: the suffix string

## Static Method: valueOf
- parameter: `name`, type: `java.lang.String`
- return type: `com.pnfsoftware.jeb.util.format.NumberFormatter.NotationType`


## Static Method: values
- return type: `com.pnfsoftware.jeb.util.format.NumberFormatter.NotationType[]`


