Uses of Interface
org.epics.pvmanager.data.VString

Packages that use VString
org.epics.pvmanager.data Support for control system types. 
 

Uses of VString in org.epics.pvmanager.data
 

Methods in org.epics.pvmanager.data that return VString
static VString ValueFactory.newVString(java.lang.String value, AlarmSeverity alarmSeverity, AlarmStatus alarmStatus, TimeStamp timeStamp, java.lang.Integer timeUserTag)
          Deprecated.  
static VString ValueFactory.newVString(java.lang.String value, Alarm alarm, Time time)
          Creates a new VString.
 

Methods in org.epics.pvmanager.data that return types with arguments of type VString
static ChannelExpression<VString,java.lang.String> ExpressionLanguage.vString(java.lang.String name)
          A channel with the given name of type VString.
static DesiredRateExpressionList<VString> ExpressionLanguage.vStringConstants(java.util.List<java.lang.String> values)
          A list of constant expressions of type VString.