Interface VString

All Superinterfaces:
Alarm, Scalar, Time, VType
All Known Implementing Classes:
AggregateVType, BinaryVType, IVString, StringVType

public interface VString extends Scalar, Alarm, Time, VType
Scalar string with alarm and timestamp.
  • Method Details

    • getValue

      String getValue()
      Description copied from interface: Scalar
      Returns the value. Never null.
      Specified by:
      getValue in interface Scalar