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