public interface StatementUserObjectOption
Modifier and Type | Method and Description |
---|---|
java.io.Serializable |
getValue(StatementUserObjectContext env)
Returns the user object to assign to a statement at compilation-time.
|
java.io.Serializable getValue(StatementUserObjectContext env)
Implementations would typically interrogate the context object EPL expression or module and module item information and determine the right user object to assign.
env
- the statement's compile context