Class CALocationIdConverter
java.lang.Object
com.io7m.cardant.shell.internal.converters.CALocationIdConverter
- All Implemented Interfaces:
com.io7m.quarrel.core.QValueConverterType<CALocationID>
public final class CALocationIdConverter
extends Object
implements com.io7m.quarrel.core.QValueConverterType<CALocationID>
A value converter for location IDs.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconvertFromString(String text) convertToString(CALocationID value) syntax()
-
Constructor Details
-
CALocationIdConverter
public CALocationIdConverter()Construct a converter.
-
-
Method Details
-
convertFromString
- Specified by:
convertFromStringin interfacecom.io7m.quarrel.core.QValueConverterType<CALocationID>
-
convertToString
- Specified by:
convertToStringin interfacecom.io7m.quarrel.core.QValueConverterType<CALocationID>
-
exampleValue
- Specified by:
exampleValuein interfacecom.io7m.quarrel.core.QValueConverterType<CALocationID>
-
syntax
- Specified by:
syntaxin interfacecom.io7m.quarrel.core.QValueConverterType<CALocationID>
-
convertedClass
- Specified by:
convertedClassin interfacecom.io7m.quarrel.core.QValueConverterType<CALocationID>
-