| Class | Description |
|---|---|
| AbstractDeclarativeValueConverterService |
Abstract base implementation for the
IValueConverterService. |
| AbstractIDValueConverter |
Abstract implementation of a value converter that escapes a string
based on a set of values.
|
| AbstractLexerBasedConverter<T> | |
| AbstractNullSafeConverter<T> | |
| AbstractToStringConverter<T> |
Abstract implementation of a
IValueConverter, that does not fail on
null-Values and uses a simple Object.toString() to obtain
the String representation. |
| AbstractValueConverter<Type> | |
| AbstractValueConverterService | |
| DefaultTerminalConverter | |
| DefaultTerminalConverter.Factory | |
| EFactoryValueConverter |
A value converter that delegates to the
EFactory of a EDataType. |
| IDValueConverter | |
| IgnoreCaseIDValueConverter | |
| INTValueConverter | |
| KeywordAlternativeConverter | |
| KeywordBasedValueConverter |
This
IValueConverter ensures that the given string value fulfills a
data type rule that consists only of an alternative of keywords. |
| QualifiedNameInStaticImportValueConverter | |
| QualifiedNameValueConverter |
A value converter for qualified names consisting of segments or wildcard literals separated by namespace delimiters.
|
| STRINGValueConverter |
Copyright © 2015. All Rights Reserved.