public abstract class AbstractFieldValue extends DocumentWorkerObjectImpl implements FieldValue
application| Constructor and Description |
|---|
AbstractFieldValue(ApplicationImpl application,
Field field) |
| Modifier and Type | Method and Description |
|---|---|
static AbstractFieldValue |
create(ApplicationImpl application,
Field field,
ReadOnlyFieldValue value)
Constructs the appropriate implementation based on the encoding of the field value.
|
Field |
getField() |
String |
getStringValue() |
boolean |
isStringValue() |
getApplicationclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetReference, getValue, isReference, openInputStreamgetApplicationpublic AbstractFieldValue(ApplicationImpl application, Field field)
@Nonnull public static AbstractFieldValue create(ApplicationImpl application, Field field, ReadOnlyFieldValue value)
application - the global data for the workerfield - the field that the field value is associated withvalue - the object that contains the field value@Nonnull public Field getField()
getField in interface FieldValue@Nonnull public String getStringValue()
getStringValue in interface FieldValuepublic boolean isStringValue()
isStringValue in interface FieldValueCopyright © 2016–2021 EntIT Software LLC, a Micro Focus company. All rights reserved.