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

Rendering base.

## Constant: ASCII
Description: ASCII rendering.

## Constant: BINARY
Description: Binary rendering.

## Constant: DECIMAL
Description: Decimal rendering.

## Constant: HEXADECIMAL
Description: Hexadecimal rendering.

## Constant: OCTAL
Description: Octal rendering.

## Method: nextBase
- return type: `com.pnfsoftware.jeb.core.units.code.asm.render.NumberFormatter.NumberBase`

Description: Retrieve the next rendering base.
return: next base

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


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


