# Enum: com.pnfsoftware.jeb.core.output.AddressConversionPrecision

Define the format precision of an address.

## Constant: COARSE
Description: Raw precision: don't need any reference to context \(for example, in a text, would be the line\+column number "152:10"\)

## Constant: DEFAULT
Description: Default precision

## Constant: FINE
Description: Accurate, generally meaningful reference \- eventually needing conversion \(for example, in a text, would be the position regarding titles "Chapter2:Paragraph6:Offset128"\)

## Static Method: valueOf
- parameter: `name`, type: `java.lang.String`
- return type: `com.pnfsoftware.jeb.core.output.AddressConversionPrecision`


## Static Method: values
- return type: `com.pnfsoftware.jeb.core.output.AddressConversionPrecision[]`


