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