com.espertech.esper.type
Interface EPLParameterType

All Known Subinterfaces:
NumberSetParameter
All Known Implementing Classes:
CronParameter, FrequencyParameter, IntParameter, ListParameter, RangeParameter, TimePeriodParameter, WildcardParameter

public interface EPLParameterType

Interface for parameter types that can represent themselves as an EPL syntax.


Method Summary
 void toEPL(StringWriter writer)
          Returns the EPL representation of the parameter.
 

Method Detail

toEPL

void toEPL(StringWriter writer)
Returns the EPL representation of the parameter.

Parameters:
writer - for output to

© 2007 EsperTech Inc.
All rights reserved.
Visit us at espertech.com