| Package | Description |
|---|---|
| com.epam.parso |
| Modifier and Type | Method and Description |
|---|---|
ColumnMissingInfo.MissingInfoType |
ColumnMissingInfo.getMissingInfoType()
The function to get
ColumnMissingInfo.missingInfoType. |
static ColumnMissingInfo.MissingInfoType |
ColumnMissingInfo.MissingInfoType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ColumnMissingInfo.MissingInfoType[] |
ColumnMissingInfo.MissingInfoType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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.
|
Copyright © 2021. All rights reserved.