Package com.io7m.cardant.shell.internal
Class CARoleNameConverter
java.lang.Object
com.io7m.cardant.shell.internal.CARoleNameConverter
- All Implemented Interfaces:
com.io7m.quarrel.core.QValueConverterType<com.io7m.medrina.api.MRoleName>
public final class CARoleNameConverter
extends Object
implements com.io7m.quarrel.core.QValueConverterType<com.io7m.medrina.api.MRoleName>
A value converter for role names.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<com.io7m.medrina.api.MRoleName> com.io7m.medrina.api.MRoleNameconvertFromString(String text) convertToString(com.io7m.medrina.api.MRoleName value) com.io7m.medrina.api.MRoleNamesyntax()
-
Constructor Details
-
CARoleNameConverter
public CARoleNameConverter()Construct a converter.
-
-
Method Details
-
convertFromString
- Specified by:
convertFromStringin interfacecom.io7m.quarrel.core.QValueConverterType<com.io7m.medrina.api.MRoleName>
-
convertToString
- Specified by:
convertToStringin interfacecom.io7m.quarrel.core.QValueConverterType<com.io7m.medrina.api.MRoleName>
-
exampleValue
public com.io7m.medrina.api.MRoleName exampleValue()- Specified by:
exampleValuein interfacecom.io7m.quarrel.core.QValueConverterType<com.io7m.medrina.api.MRoleName>
-
syntax
- Specified by:
syntaxin interfacecom.io7m.quarrel.core.QValueConverterType<com.io7m.medrina.api.MRoleName>
-
convertedClass
- Specified by:
convertedClassin interfacecom.io7m.quarrel.core.QValueConverterType<com.io7m.medrina.api.MRoleName>
-