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