public class MeterOperation
extends java.lang.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(java.lang.Object o) |
int |
hashCode() |
Meter |
meter()
Returns the meter.
|
java.lang.String |
toString() |
MeterOperation.Type |
type()
Returns the type of operation.
|
public MeterOperation(Meter meter, MeterOperation.Type type)
public MeterOperation.Type type()
public Meter meter()
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object