public class DataSetFields extends ListHashMap<String,FieldDef>
DataSet fields.| Constructor and Description |
|---|
DataSetFields()
Instantiates a new data set fields.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clearFlags() |
DataSetFields |
copy()
Create copy of the data set fields.
|
boolean |
equals(Object compareTo) |
List<FieldDef> |
getSortedList()
Gets the sorted by index list of fields.
|
boolean |
isHasFieldsWithIndex() |
void |
setHasFieldsWithIndex(boolean hasFieldsWithIndex)
Sets the checks for fields with index.
|
add, clear, containsKey, copyAll, createList, createList, get, get, getList, indexOf, isCaseInsensitive, put, put, putKey, remove, setpublic DataSetFields copy()
public void clearFlags()
public boolean equals(Object compareTo)
public boolean isHasFieldsWithIndex()
public void setHasFieldsWithIndex(boolean hasFieldsWithIndex)
hasFieldsWithIndex - the new checks for fields with indexpublic List<FieldDef> getSortedList()
Copyright © 2010-2020 Toolsverse. All Rights Reserved.