Event Type Event Variable Data Source
enum EventTypeEventVariableDataSource : Enum<EventTypeEventVariableDataSource> , ConvertibleToJava<EventTypeEventVariableDataSource>
The source of the event variable. Valid values: EVENT | EXTERNAL_MODEL_SCORE
When defining a variable within a event type, you can only use the EVENT
value for DataSource when the Inline property is set to true. If the Inline property is set false, you can use either EVENT
or MODEL_SCORE
for DataSource.
Properties
Functions
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared.