private static class ValueTest.ExternalLibDummy
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private double |
value
Stores an arbitrary value.
|
| Modifier | Constructor and Description |
|---|---|
private |
ExternalLibDummy() |
| Modifier and Type | Method and Description |
|---|---|
double |
getValue()
Returns the stored value.
|
void |
setValue(double value)
Changes the value.
|