| Package | Description |
|---|---|
| com.github.cafdataprocessing.entity.fields | |
| com.github.cafdataprocessing.entity.fields.accessor | |
| com.github.cafdataprocessing.entity.fields.factory |
| Modifier and Type | Field and Description |
|---|---|
Collection<FieldValue> |
FieldChangeRecord.changeValues |
| Modifier and Type | Method and Description |
|---|---|
static com.hpe.caf.util.ref.ReferencedData |
FieldValueAccessor.createReferencedDataFromFieldValue(FieldValue value)
create a ReferencedData representation from the FieldValue supplied ( decoded value is returned.
|
static String |
FieldValueAccessor.createStringFromFieldValue(FieldValue value)
create a string representation from the FieldValue supplied ( decoded value is returned.
|
| Modifier and Type | Method and Description |
|---|---|
static FieldValue |
FieldValueFactory.create(Object value)
Factory method to create a fieldValue from an object.
|
static FieldValue |
FieldValueFactory.create(com.hpe.caf.util.ref.ReferencedData value)
Factory method to create a fieldValue from a ReferencedData object.
|
static FieldValue |
FieldValueFactory.create(String value)
Factory method to create a fieldValue from a string.
|
static FieldValue |
FieldValueFactory.create(String value,
FieldEncoding requestedEncoding)
Factory method to create a fieldValue from a string, defaults to utf8 encoding.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<FieldValue> |
FieldValueFactory.create(Collection<?> originalValues) |
Copyright © 2015–2017 EntIT Software LLC, a Micro Focus company. All rights reserved.