| Modifier and Type | Method and Description |
|---|---|
static GTFField |
GTFField.fromString(String str)
Returns the GTF field matching an input string
|
static GTFField |
GTFField.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GTFField[] |
GTFField.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<GTFField> |
GTFSettings.getGtfFields() |
| Modifier and Type | Method and Description |
|---|---|
void |
GTFSettings.addGTFField(GTFField field)
Adds a GTF field.
|
int |
GTFHeader.getIndex(GTFField field)
Returns the column index of a GTF field within the DataFrame
|
Class<? extends Comparable> |
GTFHeader.getType(GTFField field)
Returns the type of a GTF field within the DataFrame
|
GTFReaderBuilder |
GTFReaderBuilder.withGTFField(GTFField field)
Adds a GTF field to the reader.
|
Copyright © 2017. All rights reserved.