com.apama.database
Event ParameterData


The parameter data for a parameter of a named query.
Member summary
 stringname

Name of the parameter.
 stringtype

The type of the parameter : Integer, Float, String, Time, Boolean, ApamaEvent.
 stringdescription

A description of the parameter.
 stringdefaultValue

The default value for the parameter.
 dictionary<stringstring>extraParams

This is currently a container to allow additional information in the future.
 
Member detail

defaultValue

string defaultValue
The default value for the parameter.

description

string description
A description of the parameter.

extraParams

dictionary<stringstringextraParams
This is currently a container to allow additional information in the future.

name

string name
Name of the parameter.

type

string type
The type of the parameter : Integer, Float, String, Time, Boolean, ApamaEvent.