Class CATimeRangeConverter
java.lang.Object
com.io7m.cardant.shell.internal.converters.CATimeRangeConverter
- All Implemented Interfaces:
com.io7m.quarrel.core.QValueConverterType<CATimeRange>
public final class CATimeRangeConverter
extends Object
implements com.io7m.quarrel.core.QValueConverterType<CATimeRange>
A value converter for ranges.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconvertFromString(String text) convertToString(CATimeRange value) syntax()
-
Constructor Details
-
CATimeRangeConverter
Construct a converter.- Parameters:
inStrings- The string resources
-
-
Method Details
-
convertFromString
- Specified by:
convertFromStringin interfacecom.io7m.quarrel.core.QValueConverterType<CATimeRange>- Throws:
com.io7m.quarrel.core.QException
-
convertToString
- Specified by:
convertToStringin interfacecom.io7m.quarrel.core.QValueConverterType<CATimeRange>
-
exampleValue
- Specified by:
exampleValuein interfacecom.io7m.quarrel.core.QValueConverterType<CATimeRange>
-
syntax
- Specified by:
syntaxin interfacecom.io7m.quarrel.core.QValueConverterType<CATimeRange>
-
convertedClass
- Specified by:
convertedClassin interfacecom.io7m.quarrel.core.QValueConverterType<CATimeRange>
-