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