public class Adjustment
| Constructor and Description |
|---|
Adjustment(OffsetType type,
int value,
Operation operation) |
Adjustment(OffsetType type,
int value) |
| Modifier and Type | Method and Description |
|---|---|
OffsetType |
component1() |
int |
component2() |
Operation |
component3() |
Adjustment |
copy(OffsetType type,
int value,
Operation operation) |
boolean |
equals(java.lang.Object p) |
Operation |
getOperation() |
OffsetType |
getType() |
int |
getValue() |
int |
hashCode() |
java.lang.String |
toString() |
Adjustment |
withOperation(Operation operation) |
public Adjustment(OffsetType type, int value, Operation operation)
public Adjustment(OffsetType type, int value)
public Adjustment withOperation(Operation operation)
public OffsetType getType()
public int getValue()
public Operation getOperation()
public OffsetType component1()
public int component2()
public Operation component3()
public Adjustment copy(OffsetType type, int value, Operation operation)
public java.lang.String toString()
public int hashCode()
public boolean equals(java.lang.Object p)