public interface FieldSelector extends Cloneable
Modifier and Type | Method and Description |
---|---|
Object |
clone()
Clones this field selector.
|
String |
describe()
Returns a string that represents the current field selection
|
int[] |
getFieldIndexes(NormalizedString[] headers)
Returns the indexes of any selected fields that are part of a sequence of headers.
|
int[] |
getFieldIndexes(String[] headers)
Returns the indexes of any selected fields that are part of a sequence of headers.
|
int[] getFieldIndexes(String[] headers)
headers
- the sequence of headers that might have some elements selected by this FieldSelectorint[] getFieldIndexes(NormalizedString[] headers)
headers
- the sequence of headers that might have some elements selected by this FieldSelectorString describe()
Object clone()
Copyright © 2020 Univocity Software Pty Ltd. All rights reserved.