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