DocumentField
Leave feedback
On this page
Inheritance: java.lang.Object
public class DocumentField
Represents a document field data.
Learn more
| Constructor | Description |
|---|---|
| DocumentField(String name, String value) | Initializes a new instance of the DocumentField class. |
| DocumentField(Object data) | Initializes a new instance of the DocumentField class. |
| Method | Description |
|---|---|
| getName() | Gets a field name. |
| getValue() | Gets a field value. |
| getCore() |
public DocumentField(String name, String value)
Initializes a new instance of the DocumentField class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| name | java.lang.String | The field name. |
| value | java.lang.String | The field value. |
public DocumentField(Object data)
Initializes a new instance of the DocumentField class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| data | java.lang.Object | The serialized data. |
public String getName()
Gets a field name.
Returns: java.lang.String - The field name.
public String getValue()
Gets a field value.
Returns: java.lang.String - The field value.
public Object getCore()
Returns: java.lang.Object
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.