Class CAUserIdConverter

java.lang.Object
com.io7m.cardant.shell.internal.CAUserIdConverter
All Implemented Interfaces:
com.io7m.quarrel.core.QValueConverterType<CAUserID>

public final class CAUserIdConverter extends Object implements com.io7m.quarrel.core.QValueConverterType<CAUserID>
A value converter for file IDs.
  • Constructor Details

    • CAUserIdConverter

      public CAUserIdConverter()
      Construct a converter.
  • Method Details

    • convertFromString

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

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

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

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

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