Class QVCPattern
- All Implemented Interfaces:
QValueConverterType<Pattern>
A value converter.
-
Method Summary
Modifier and TypeMethodDescriptionconvertToString(Pattern value) Convert a value ofTto a string.static QValueConverterType<Pattern> get()protected Patternsyntax()Methods inherited from class QVCAbstract
convertFromString
-
Method Details
-
get
- Returns:
- A value converter.
-
parse
-
convertToString
Description copied from interface:QValueConverterTypeConvert a value ofTto a string.- Parameters:
value- The value- Returns:
- A string
-
exampleValue
- Returns:
- An example value used for documentation
-
syntax
- Returns:
- A description of the syntax for valid values of
T
-
convertedClass
-