public final class FieldImpl extends DocumentWorkerObjectImpl implements Field
application| Constructor and Description |
|---|
FieldImpl(ApplicationImpl application,
DocumentImpl document,
String fieldName) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(byte[] data) |
void |
add(String data) |
void |
addReference(String dataRef) |
void |
clear() |
DocumentWorkerFieldChanges |
getChanges()
Returns the changes made to the field, or null if no changes have been made.
|
Document |
getDocument() |
String |
getName() |
List<String> |
getStringValues() |
FieldValues |
getValues() |
boolean |
hasChanges() |
boolean |
hasValues() |
void |
reset() |
void |
set(byte[] data) |
void |
set(String data) |
void |
setReference(String dataRef) |
getApplicationclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetApplicationpublic FieldImpl(ApplicationImpl application, DocumentImpl document, String fieldName)
public void addReference(String dataRef)
addReference in interface Field@Nonnull public Document getDocument()
getDocument in interface Field@Nonnull public List<String> getStringValues()
getStringValues in interface Field@Nonnull public FieldValues getValues()
public boolean hasChanges()
hasChanges in interface Fieldpublic void setReference(String dataRef)
setReference in interface Fieldpublic DocumentWorkerFieldChanges getChanges()
Copyright © 2016–2021 EntIT Software LLC, a Micro Focus company. All rights reserved.