public class EclRecordWrapper extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
HashMap<String,DFURecordDefWrapper> |
recordsets |
static String |
UNNAMED |
| Constructor and Description |
|---|
EclRecordWrapper()
Instantiates a new ecl record wrapper.
|
EclRecordWrapper(DFURecordDefWrapper recs)
Instantiates a new ecl record wrapper.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addRecordset(DFURecordDefWrapper rec)
Adds the recordset.
|
FileFormat |
getFileType()
Gets the file type.
|
String |
getOriginalEcl()
Gets the original ecl.
|
List<String> |
getParseErrors()
Gets the parses the errors.
|
HashMap<String,DFURecordDefWrapper> |
getRecordsets()
Gets the recordsets.
|
void |
setFileType(FileFormat ft)
Sets the file type.
|
void |
setOriginalEcl(String originalEcl)
Sets the original ecl.
|
void |
setParseErrors(List<String> parseErrors)
Sets the parses the errors.
|
void |
setRecordsets(HashMap<String,DFURecordDefWrapper> recordsets)
Sets the recordsets.
|
public HashMap<String,DFURecordDefWrapper> recordsets
public static String UNNAMED
public EclRecordWrapper()
public EclRecordWrapper(DFURecordDefWrapper recs)
recs - the recspublic HashMap<String,DFURecordDefWrapper> getRecordsets()
public void setRecordsets(HashMap<String,DFURecordDefWrapper> recordsets)
recordsets - the recordsetspublic void addRecordset(DFURecordDefWrapper rec)
rec - the recpublic String getOriginalEcl()
public void setOriginalEcl(String originalEcl)
originalEcl - the new original eclpublic FileFormat getFileType()
public void setFileType(FileFormat ft)
ft - the new file typepublic List<String> getParseErrors()
Copyright © 2021. All rights reserved.