public static interface EDataType.Internal.ConversionDelegate
| Modifier and Type | Interface and Description |
|---|---|
static interface |
EDataType.Internal.ConversionDelegate.Factory
A factory for creating conversion delegates.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
convertToString(java.lang.Object value)
Converts a value of the data type to a string literal.
|
java.lang.Object |
createFromString(java.lang.String literal)
Creates a value of the data type from a string literal.
|
java.lang.String convertToString(java.lang.Object value)
value - the value to be converted.java.lang.Object createFromString(java.lang.String literal)
literal - the string literal to be converted.