public interface Document extends Serializable
| Modifier and Type | Method and Description |
|---|---|
Collection<String> |
getFieldNames()
Returns the field names defined in this document.
|
Map<String,Object> |
getFields()
Returns the fields defined in this document.
|
Object |
getFieldValue(String fieldName)
Returns the value or collection of values for a given field.
|
Collection<String> getFieldNames()
Object getFieldValue(String fieldName)
Copyright © 2017 SAP SE. All Rights Reserved.