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