java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.pnfsoftware.jeb.core.output.AddressConversionPrecision |
Define the format precision of an address.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
AddressConversionPrecision | COARSE | Raw precision: don't need any reference to context (for example, in a text, would be the line+column number "152:10") | |||||||||
AddressConversionPrecision | DEFAULT | Default precision | |||||||||
AddressConversionPrecision | FINE | Accurate, generally meaningful reference - eventually needing conversion (for example, in a text, would be the position regarding titles "Chapter2:Paragraph6:Offset128") |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static AddressConversionPrecision | valueOf(String name) | ||||||||||
final static AddressConversionPrecision[] | values() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
|
Raw precision: don't need any reference to context (for example, in a text, would be the line+column number "152:10")
Accurate, generally meaningful reference - eventually needing conversion (for example, in a text, would be the position regarding titles "Chapter2:Paragraph6:Offset128")