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