Class CALocationNameConverter

java.lang.Object
com.io7m.cardant.shell.internal.converters.CALocationNameConverter
All Implemented Interfaces:
com.io7m.quarrel.core.QValueConverterType<CALocationName>

public final class CALocationNameConverter extends Object implements com.io7m.quarrel.core.QValueConverterType<CALocationName>
A value converter for location names.
  • Constructor Details

    • CALocationNameConverter

      public CALocationNameConverter()
      Construct a converter.
  • Method Details

    • convertFromString

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

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

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

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

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