Class CARDottedNameConverter

java.lang.Object
com.io7m.cardant.shell.internal.CARDottedNameConverter
All Implemented Interfaces:
com.io7m.quarrel.core.QValueConverterType<com.io7m.lanark.core.RDottedName>

public final class CARDottedNameConverter extends Object implements com.io7m.quarrel.core.QValueConverterType<com.io7m.lanark.core.RDottedName>
A value converter for item IDs.
  • Constructor Details

    • CARDottedNameConverter

      public CARDottedNameConverter()
      Construct a converter.
  • Method Details

    • convertFromString

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

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

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

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

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