public interface FieldSelector
extends java.lang.Cloneable
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
Clones this field selector.
|
java.lang.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(java.lang.String[] headers)
Returns the indexes of any selected fields that are part of a sequence of headers.
|
int[] getFieldIndexes(java.lang.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 FieldSelectorjava.lang.String describe()
java.lang.Object clone()