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