| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.pnfsoftware.jeb.core.units.code.asm.analyzer.DataGapAnalysisStyle | |
Types of analysis for gaps in data areas.
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| DataGapAnalysisStyle | DEFAULT | Data gaps are normally processed. | |||||||||
| DataGapAnalysisStyle | NONE | Data gaps are not processed. | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static DataGapAnalysisStyle | valueOf(String name) | ||||||||||
| final static DataGapAnalysisStyle[] | values() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
Data gaps are normally processed. Strings are automatically defined.
Data gaps are not processed. Strings are not automatically defined.
Note: data items will still be created if they are referenced by code.