org.epics.pvmanager.data
Interface VDouble
- All Superinterfaces:
- Alarm, Display, Scalar, Time, VNumber, VType
public interface VDouble
- extends Scalar, VNumber, VType
Scalar double with alarm, timestamp, display and control information.
Auto-unboxing makes the extra method for the primitive type
unnecessary.
- Author:
- carcassi
Method Summary |
java.lang.Double |
getValue()
Returns the value. |
getValue
java.lang.Double getValue()
- Returns the value. Never null.
- Specified by:
getValue
in interface Scalar
- Specified by:
getValue
in interface VNumber
- Returns:
- the value