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