Uses of Class
edu.stanford.slac.archiverappliance.PB.EPICSEvent.ScalarFloat.Builder
Packages that use EPICSEvent.ScalarFloat.Builder
-
Uses of EPICSEvent.ScalarFloat.Builder in edu.stanford.slac.archiverappliance.PB
Methods in edu.stanford.slac.archiverappliance.PB that return EPICSEvent.ScalarFloat.BuilderModifier and TypeMethodDescriptionEPICSEvent.ScalarFloat.Builder.addAllFieldvalues(Iterable<? extends EPICSEvent.FieldValue> values) repeated .EPICS.FieldValue fieldvalues = 7;EPICSEvent.ScalarFloat.Builder.addFieldvalues(int index, EPICSEvent.FieldValue value) repeated .EPICS.FieldValue fieldvalues = 7;EPICSEvent.ScalarFloat.Builder.addFieldvalues(int index, EPICSEvent.FieldValue.Builder builderForValue) repeated .EPICS.FieldValue fieldvalues = 7;EPICSEvent.ScalarFloat.Builder.addFieldvalues(EPICSEvent.FieldValue value) repeated .EPICS.FieldValue fieldvalues = 7;EPICSEvent.ScalarFloat.Builder.addFieldvalues(EPICSEvent.FieldValue.Builder builderForValue) repeated .EPICS.FieldValue fieldvalues = 7;EPICSEvent.ScalarFloat.Builder.clear()EPICSEvent.ScalarFloat.Builder.clearFieldactualchange()optional bool fieldactualchange = 8;EPICSEvent.ScalarFloat.Builder.clearFieldvalues()repeated .EPICS.FieldValue fieldvalues = 7;EPICSEvent.ScalarFloat.Builder.clearNano()required uint32 nano = 2;EPICSEvent.ScalarFloat.Builder.clearRepeatcount()optional uint32 repeatcount = 6;EPICSEvent.ScalarFloat.Builder.clearSecondsintoyear()required uint32 secondsintoyear = 1;EPICSEvent.ScalarFloat.Builder.clearSeverity()optional int32 severity = 4 [default = 0];EPICSEvent.ScalarFloat.Builder.clearStatus()optional int32 status = 5 [default = 0];EPICSEvent.ScalarFloat.Builder.clearVal()required float val = 3;EPICSEvent.ScalarFloat.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) EPICSEvent.ScalarFloat.Builder.mergeFrom(com.google.protobuf.Message other) EPICSEvent.ScalarFloat.Builder.mergeFrom(EPICSEvent.ScalarFloat other) EPICSEvent.ScalarFloat.newBuilder()EPICSEvent.ScalarFloat.newBuilder(EPICSEvent.ScalarFloat prototype) EPICSEvent.ScalarFloat.newBuilderForType()protected EPICSEvent.ScalarFloat.BuilderEPICSEvent.ScalarFloat.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) EPICSEvent.ScalarFloat.Builder.removeFieldvalues(int index) repeated .EPICS.FieldValue fieldvalues = 7;EPICSEvent.ScalarFloat.Builder.setFieldactualchange(boolean value) optional bool fieldactualchange = 8;EPICSEvent.ScalarFloat.Builder.setFieldvalues(int index, EPICSEvent.FieldValue value) repeated .EPICS.FieldValue fieldvalues = 7;EPICSEvent.ScalarFloat.Builder.setFieldvalues(int index, EPICSEvent.FieldValue.Builder builderForValue) repeated .EPICS.FieldValue fieldvalues = 7;EPICSEvent.ScalarFloat.Builder.setNano(int value) required uint32 nano = 2;EPICSEvent.ScalarFloat.Builder.setRepeatcount(int value) optional uint32 repeatcount = 6;EPICSEvent.ScalarFloat.Builder.setSecondsintoyear(int value) required uint32 secondsintoyear = 1;EPICSEvent.ScalarFloat.Builder.setSeverity(int value) optional int32 severity = 4 [default = 0];EPICSEvent.ScalarFloat.Builder.setStatus(int value) optional int32 status = 5 [default = 0];EPICSEvent.ScalarFloat.Builder.setVal(float value) required float val = 3;EPICSEvent.ScalarFloat.toBuilder()