public class TimePeriodAdderHour extends Object implements TimePeriodAdder
Modifier and Type | Field and Description |
---|---|
static TimePeriodAdderHour |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
void |
add(Calendar cal,
int value) |
double |
compute(Double value) |
CodegenExpression |
computeCodegen(CodegenExpression doubleValue) |
boolean |
isMicroseconds() |
public static final TimePeriodAdderHour INSTANCE
public double compute(Double value)
compute
in interface TimePeriodAdder
public void add(Calendar cal, int value)
add
in interface TimePeriodAdder
public boolean isMicroseconds()
isMicroseconds
in interface TimePeriodAdder
public CodegenExpression computeCodegen(CodegenExpression doubleValue)
computeCodegen
in interface TimePeriodAdder
Copyright © 2005–2018. All rights reserved.