| Package | Description |
|---|---|
| fr.cnes.sirius.patrius.math.parameter |
| Modifier and Type | Method and Description |
|---|---|
SerializableFunction<T,String> |
FieldDescriptor.getPrintFunction()
Gets the function to use when converting field values to strings.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FieldDescriptor.setPrintFunction(SerializableFunction<T,String> newPrintFunction)
Sets the function to use when converting field values to strings.
|
| Constructor and Description |
|---|
FieldDescriptor(String nameIn,
Class<T> fieldClassIn,
SerializableFunction<T,String> printFunctionIn)
Creates a new field descriptor which uses the specified function to convert field values to
strings.
|
Copyright © 2025 CNES. All rights reserved.