Package com.io7m.cardant.shell.internal
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconvertFromString(String text) convertToString(CAUserID value) syntax()
-
Constructor Details
-
CAUserIdConverter
public CAUserIdConverter()Construct a converter.
-
-
Method Details
-
convertFromString
- Specified by:
convertFromStringin interfacecom.io7m.quarrel.core.QValueConverterType<CAUserID>
-
convertToString
- Specified by:
convertToStringin interfacecom.io7m.quarrel.core.QValueConverterType<CAUserID>
-
exampleValue
- Specified by:
exampleValuein interfacecom.io7m.quarrel.core.QValueConverterType<CAUserID>
-
syntax
- Specified by:
syntaxin interfacecom.io7m.quarrel.core.QValueConverterType<CAUserID>
-
convertedClass
- Specified by:
convertedClassin interfacecom.io7m.quarrel.core.QValueConverterType<CAUserID>
-