# Enum: com.pnfsoftware.jeb.core.units.code.asm.render.NumberFormatter.HexaNotationType

Notation type for hexadecimal bases.

## Constant: _0x_prefix
Description: Hexadecimal notation with a `0x` prefix.

## Constant: _h_suffix
Description: Hexadecimal notation with an `h` suffix.

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

Description: Retrieve the notation prefix.
return: prefix

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

Description: Retrieve the notation suffix.
return: suffix

## Static Method: valueOf
- parameter: `name`, type: `java.lang.String`
- return type: `com.pnfsoftware.jeb.core.units.code.asm.render.NumberFormatter.HexaNotationType`


## Static Method: values
- return type: `com.pnfsoftware.jeb.core.units.code.asm.render.NumberFormatter.HexaNotationType[]`


