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