public @interface ExternalDWValue
Modifier and Type | Required Element and Description |
---|---|
String |
functionBeanToValue
Returns the function name of the function that maps event beans to value objects.
|
String |
functionValueToBean
Returns the function name of the function that maps values to event objects.
|
public abstract String functionBeanToValue
public abstract String functionValueToBean