public class ColumnMissingInfo extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ColumnMissingInfo.MissingInfoType
Enumeration of missing information types.
|
| Constructor and Description |
|---|
ColumnMissingInfo(int columnId,
int textSubheaderIndex,
int offset,
int length,
ColumnMissingInfo.MissingInfoType missingInfoType)
The constructor that defines all parameters of the ColumnMissingInfo class.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getColumnId()
The function to get
columnId. |
int |
getLength()
The function to get
length. |
ColumnMissingInfo.MissingInfoType |
getMissingInfoType()
The function to get
missingInfoType. |
int |
getOffset()
The function to get
offset. |
int |
getTextSubheaderIndex()
The function to get
textSubheaderIndex. |
public ColumnMissingInfo(int columnId,
int textSubheaderIndex,
int offset,
int length,
ColumnMissingInfo.MissingInfoType missingInfoType)
columnId - the column id.textSubheaderIndex - the text subheader index.offset - the missing information offset.length - the missing information length.missingInfoType - the missing information type.public int getColumnId()
columnId.public int getTextSubheaderIndex()
textSubheaderIndex.public int getOffset()
offset.public int getLength()
length.public ColumnMissingInfo.MissingInfoType getMissingInfoType()
missingInfoType.Copyright © 2020. All rights reserved.