|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.esper.type.TimePeriodParameter
public class TimePeriodParameter
Parameter for views that accept time period information such as "5 sec 100 msec".
Constructor Summary | |
---|---|
TimePeriodParameter(double numSeconds)
Ctor. |
Method Summary | |
---|---|
boolean |
equals(Object object)
|
double |
getNumSeconds()
Returns the number of seconds. |
int |
hashCode()
|
void |
toEQL(StringWriter writer)
Returns the EQL representation of the parameter. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TimePeriodParameter(double numSeconds)
numSeconds
- is the number of seconds represented by time period stringMethod Detail |
---|
public double getNumSeconds()
public boolean equals(Object object)
equals
in class Object
public int hashCode()
hashCode
in class Object
public void toEQL(StringWriter writer)
EQLParameterType
toEQL
in interface EQLParameterType
writer
- for output to
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |