public class Counter extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Long |
maximum |
protected Long |
start |
protected Long |
step |
protected Long |
value |
| Constructor and Description |
|---|
Counter(Long start,
Long max,
Long step) |
| Modifier and Type | Method and Description |
|---|---|
Long |
getMaximum() |
Long |
getStart() |
Long |
getStep() |
Long |
getValue() |
void |
reset() |
void |
setMaximum(Long maximum) |
void |
setStart(Long start) |
void |
setStep(Long step) |
void |
setValue(Long value) |
void |
step() |
protected Long start
protected Long maximum
protected Long step
protected Long value
public void step()
public void reset()
public Long getStart()
public void setStart(Long start)
public Long getMaximum()
public void setMaximum(Long maximum)
public Long getStep()
public void setStep(Long step)
public Long getValue()
public void setValue(Long value)
Copyright © 2021. All rights reserved.