public static final class FilemakerResultMapping.Row extends Object
Modifier and Type | Method and Description |
---|---|
FilemakerResultMapping.Column |
getColumn(String name)
Returns the column for a certain field name.
|
MetaDataType.FIELD |
getField(String name)
Returns the definition for a certain field name.
|
String[] |
getFieldNames()
Returns the field names within the row.
|
long |
getModId()
Returns the MODID value of the row.
|
long |
getRecordId()
Returns the RECORDID value of the row.
|
String |
getValue(String name)
Returns the first value for a certain field name.
|
String[] |
getValues(String name)
Returns all values for a certain field name.
|
public FilemakerResultMapping.Column getColumn(String name)
name
- name of the fieldpublic MetaDataType.FIELD getField(String name)
name
- name of the fieldpublic String[] getFieldNames()
public long getModId()
public long getRecordId()
public String getValue(String name)
name
- name of the fieldCopyright © 2017 OpenEstate. All rights reserved.