public interface Record extends Serializable
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
asMap()
Convenience method that returns the
Map representation of the record. |
Set<String> |
getFieldNames()
Return the names of the
Field s contained within this Record. |
Object |
getFieldValue(String fieldName)
Get the value of a field.
|
Copyright © 2005–2016 Zementis, Inc.. All rights reserved.