public class DocumentField extends Object
Learn more
| Modifier | Constructor and Description |
|---|---|
protected |
DocumentField()
Initializes a new instance of the
DocumentField class. |
|
DocumentField(Object data)
Initializes a new instance of the
DocumentField class. |
|
DocumentField(String name,
String value)
Initializes a new instance of the
DocumentField class. |
| Modifier and Type | Method and Description |
|---|---|
Object |
getCore() |
String |
getName()
Gets a field name.
|
String |
getValue()
Gets a field value.
|
protected DocumentField()
DocumentField class.public DocumentField(Object data)
DocumentField class.data - The serialized data.Copyright © 2026. All rights reserved.