T - public abstract class FieldValue<T extends Serializable> extends Object implements Serializable
| Constructor and Description |
|---|
FieldValue() |
| Modifier and Type | Method and Description |
|---|---|
abstract T |
getValue()
Allows to obtain the value.
|
String |
toString()
String representation of encapsulated value.
|
Copyright © 2020. All rights reserved.