public class DefaultDocument extends Object implements Document, Serializable
Document.| Constructor and Description |
|---|
DefaultDocument()
Creates an empty document.
|
| 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.
|
public Collection<String> getFieldNames()
DocumentgetFieldNames in interface Documentpublic Object getFieldValue(String fieldName)
DocumentgetFieldValue in interface DocumentCopyright © 2017 SAP SE. All Rights Reserved.