T - The binding class for this valuepublic class PersistentValue<T> extends Object
| Constructor and Description |
|---|
PersistentValue(String fieldName,
T value) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFieldName()
Return the field name
|
T |
getValue()
Return the value
|
Copyright © 2013–2022. All rights reserved.