public class FilemakerResultMapping extends Object
FMPXMLRESULT
.Modifier and Type | Class and Description |
---|---|
static class |
FilemakerResultMapping.Column
This class contains the data from a column of a certain row.
|
static class |
FilemakerResultMapping.Row
This class contains the data of a certain row.
|
Constructor and Description |
---|
FilemakerResultMapping(FMPXMLRESULT result)
Create from a
FMPXMLRESULT . |
Modifier and Type | Method and Description |
---|---|
MetaDataType.FIELD |
getField(int index)
Returns the field definition at a certain position.
|
int |
getFieldCount()
Returns the number of specified fields.
|
String[] |
getFieldNames()
Returns the names of specified fields.
|
MetaDataType.FIELD[] |
getFields()
Returns the specified fields.
|
FilemakerResultMapping.Row |
getRow(int index)
Returns the row with its values at a certain position.
|
int |
getRowCount()
Returns the number of available rows.
|
FilemakerResultMapping.Row[] |
getRows()
Returns the specified rows.
|
public FilemakerResultMapping(FMPXMLRESULT result)
FMPXMLRESULT
.result
- the object to create frompublic MetaDataType.FIELD getField(int index)
index
- position of the field within the FMPXMLRESULT
, starting with 0public int getFieldCount()
public String[] getFieldNames()
public MetaDataType.FIELD[] getFields()
public FilemakerResultMapping.Row getRow(int index)
index
- position of the row within the FMPXMLRESULT
, starting with 0public int getRowCount()
public FilemakerResultMapping.Row[] getRows()
Copyright © 2017 OpenEstate. All rights reserved.