public class MeterOperation extends Object
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
MeterOperation.Type
Tyoe of meter operation. 
 | 
| Constructor and Description | 
|---|
MeterOperation(Meter meter,
              MeterOperation.Type type)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object o)  | 
int | 
hashCode()  | 
Meter | 
meter()
Returns the meter. 
 | 
String | 
toString()  | 
MeterOperation.Type | 
type()
Returns the type of operation. 
 | 
public MeterOperation(Meter meter, MeterOperation.Type type)
public MeterOperation.Type type()
public Meter meter()