Interface EPICSEvent.ScalarFloatOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
EPICSEvent.ScalarFloat, EPICSEvent.ScalarFloat.Builder
Enclosing class:
EPICSEvent

public static interface EPICSEvent.ScalarFloatOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasSecondsintoyear

      boolean hasSecondsintoyear()
      required uint32 secondsintoyear = 1;
      Returns:
      Whether the secondsintoyear field is set.
    • getSecondsintoyear

      int getSecondsintoyear()
      required uint32 secondsintoyear = 1;
      Returns:
      The secondsintoyear.
    • hasNano

      boolean hasNano()
      required uint32 nano = 2;
      Returns:
      Whether the nano field is set.
    • getNano

      int getNano()
      required uint32 nano = 2;
      Returns:
      The nano.
    • hasVal

      boolean hasVal()
      required float val = 3;
      Returns:
      Whether the val field is set.
    • getVal

      float getVal()
      required float val = 3;
      Returns:
      The val.
    • hasSeverity

      boolean hasSeverity()
      optional int32 severity = 4 [default = 0];
      Returns:
      Whether the severity field is set.
    • getSeverity

      int getSeverity()
      optional int32 severity = 4 [default = 0];
      Returns:
      The severity.
    • hasStatus

      boolean hasStatus()
      optional int32 status = 5 [default = 0];
      Returns:
      Whether the status field is set.
    • getStatus

      int getStatus()
      optional int32 status = 5 [default = 0];
      Returns:
      The status.
    • hasRepeatcount

      boolean hasRepeatcount()
      optional uint32 repeatcount = 6;
      Returns:
      Whether the repeatcount field is set.
    • getRepeatcount

      int getRepeatcount()
      optional uint32 repeatcount = 6;
      Returns:
      The repeatcount.
    • getFieldvaluesList

      List<EPICSEvent.FieldValue> getFieldvaluesList()
      repeated .EPICS.FieldValue fieldvalues = 7;
    • getFieldvalues

      EPICSEvent.FieldValue getFieldvalues(int index)
      repeated .EPICS.FieldValue fieldvalues = 7;
    • getFieldvaluesCount

      int getFieldvaluesCount()
      repeated .EPICS.FieldValue fieldvalues = 7;
    • getFieldvaluesOrBuilderList

      List<? extends EPICSEvent.FieldValueOrBuilder> getFieldvaluesOrBuilderList()
      repeated .EPICS.FieldValue fieldvalues = 7;
    • getFieldvaluesOrBuilder

      EPICSEvent.FieldValueOrBuilder getFieldvaluesOrBuilder(int index)
      repeated .EPICS.FieldValue fieldvalues = 7;
    • hasFieldactualchange

      boolean hasFieldactualchange()
      optional bool fieldactualchange = 8;
      Returns:
      Whether the fieldactualchange field is set.
    • getFieldactualchange

      boolean getFieldactualchange()
      optional bool fieldactualchange = 8;
      Returns:
      The fieldactualchange.