| Package | Description |
|---|---|
| com.github.cafdataprocessing.entity.fields | |
| com.github.cafdataprocessing.entity.fields.factory |
| Modifier and Type | Field and Description |
|---|---|
FieldEncoding |
FieldValue.valueEncoding
optional field which specifies the encoding to use when reading the value field.
|
| Modifier and Type | Method and Description |
|---|---|
static FieldEncoding |
FieldEncoding.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FieldEncoding[] |
FieldEncoding.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static FieldValue |
FieldValueFactory.create(String value,
FieldEncoding requestedEncoding)
Factory method to create a fieldValue from a string, defaults to utf8 encoding.
|
Copyright © 2015–2017 EntIT Software LLC, a Micro Focus company. All rights reserved.