Package jisa.devices.interfaces
Class Instrument.OptionalQuantity<S>
- java.lang.Object
-
- jisa.devices.interfaces.Instrument.OptionalQuantity<S>
-
- Enclosing interface:
- Instrument
public static class Instrument.OptionalQuantity<S> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description OptionalQuantity(boolean used, S otherwise)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description S
getValue()
boolean
isUsed()
-