| Constructor and Description |
|---|
DaysConverter() |
| Modifier and Type | Method and Description |
|---|---|
org.joda.time.Days |
convertFrom(String value)
Returns a
Days instance representing the specified String value. |
String |
convertTo(org.joda.time.Days value)
Returns a
String instance representing the configuration parameter's value. |
public org.joda.time.Days convertFrom(String value)
Days instance representing the specified String value.convertFrom in interface Converter<org.joda.time.Days>value - The configuration parameter's String valueDays instance representing the configuration parameter's valueCopyright © 2022. All rights reserved.