public interface FieldSelector
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
describe()
Returns a string that represents the current field selection
|
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 FieldSelectorjava.lang.String describe()