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