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