org.epics.pvmanager.data
Interface VString

All Superinterfaces:
Alarm, Scalar, Time, VType

public interface VString
extends Scalar, Alarm, Time, VType

Scalar string with alarm and timestamp.

Author:
carcassi

Method Summary
 java.lang.String getValue()
          Returns the value.
 
Methods inherited from interface org.epics.pvmanager.data.Alarm
getAlarmSeverity, getAlarmStatus
 
Methods inherited from interface org.epics.pvmanager.data.Time
getTimestamp, getTimeStamp, getTimeUserTag, isTimeValid
 

Method Detail

getValue

java.lang.String getValue()
Returns the value. Never null.

Specified by:
getValue in interface Scalar
Returns:
the value