public class GExportRecord
extends java.lang.Object
Constructor and Description |
---|
GExportRecord()
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
addField(GExportFieldDetails fieldDetails)
This method serves to add a field to the record.
|
GExportRecord |
clone()
This method provides a deep clone of the record.
|
java.util.List<GExportFieldDetails> |
getFieldList()
This method provides the list of fields contained in this record.
|
java.util.Vector<java.lang.String> |
getFieldNameList()
This method returns the list of field names.
|
java.util.List<java.lang.Object> |
getValues()
this method returns a List instance that contains all the values in this record.
|
void |
removeField(int i)
This method makes it possible to remove a field from the records
|
public java.util.List<GExportFieldDetails> getFieldList()
public java.util.Vector<java.lang.String> getFieldNameList()
public java.util.List<java.lang.Object> getValues()
public GExportRecord clone()
clone
in class java.lang.Object
public void addField(GExportFieldDetails fieldDetails)
fieldDetails
- a GExportFieldDetails objectpublic void removeField(int i)
i
- the index of the field