public static final enum

NumberFormatter.NotationType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.pnfsoftware.jeb.util.format.NumberFormatter.NotationType

Class Overview

Notation type for hexadecimal bases.

Summary

Enum Values
NumberFormatter.NotationType  _0x_prefix   
NumberFormatter.NotationType  _h_suffix   
NumberFormatter.NotationType  _none   
Public Methods
String prefix()
String suffix()
static NumberFormatter.NotationType valueOf(String name)
final static NotationType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final NumberFormatter.NotationType _0x_prefix

public static final NumberFormatter.NotationType _h_suffix

public static final NumberFormatter.NotationType _none

Public Methods

public String prefix ()

public String suffix ()

public static NumberFormatter.NotationType valueOf (String name)

public static final NotationType[] values ()