net.esper.type
Interface EQLParameterType

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

public interface EQLParameterType

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


Method Summary
 void toEQL(StringWriter writer)
          Returns the EQL representation of the parameter.
 

Method Detail

toEQL

void toEQL(StringWriter writer)
Returns the EQL representation of the parameter.

Parameters:
writer - for output to

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