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 Details

    • CAItemSerialConverter

      public CAItemSerialConverter()
      Construct a converter.
  • Method Details

    • convertFromString

      public CAItemSerial convertFromString(String text)
      Specified by:
      convertFromString in interface com.io7m.quarrel.core.QValueConverterType<CAItemSerial>
    • convertToString

      public String convertToString(CAItemSerial value)
      Specified by:
      convertToString in interface com.io7m.quarrel.core.QValueConverterType<CAItemSerial>
    • exampleValue

      public CAItemSerial exampleValue()
      Specified by:
      exampleValue in interface com.io7m.quarrel.core.QValueConverterType<CAItemSerial>
    • syntax

      public String syntax()
      Specified by:
      syntax in interface com.io7m.quarrel.core.QValueConverterType<CAItemSerial>
    • convertedClass

      public Class<CAItemSerial> convertedClass()
      Specified by:
      convertedClass in interface com.io7m.quarrel.core.QValueConverterType<CAItemSerial>