Uses of Class
edu.psu.cse.siis.ic3.Ic3Data.Application.Component.Extra.Builder
Packages that use Ic3Data.Application.Component.Extra.Builder
-
Uses of Ic3Data.Application.Component.Extra.Builder in edu.psu.cse.siis.ic3
Methods in edu.psu.cse.siis.ic3 that return Ic3Data.Application.Component.Extra.BuilderModifier and TypeMethodDescriptionIc3Data.Application.Component.Builder.addExtrasBuilder()repeated .edu.psu.cse.siis.ic3.Application.Component.Extra extras = 6;Ic3Data.Application.Component.Builder.addExtrasBuilder(int index) repeated .edu.psu.cse.siis.ic3.Application.Component.Extra extras = 6;Ic3Data.Application.Component.Extra.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Ic3Data.Application.Component.Extra.Builder.clear()Ic3Data.Application.Component.Extra.Builder.clearExtra()optional string extra = 1;Ic3Data.Application.Component.Extra.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Ic3Data.Application.Component.Extra.Builder.clearInstruction()optional .edu.psu.cse.siis.ic3.Application.Component.Instruction instruction = 2;Ic3Data.Application.Component.Extra.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Ic3Data.Application.Component.Extra.Builder.clone()Ic3Data.Application.Component.Builder.getExtrasBuilder(int index) repeated .edu.psu.cse.siis.ic3.Application.Component.Extra extras = 6;Ic3Data.Application.Component.Extra.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Ic3Data.Application.Component.Extra.Builder.mergeFrom(com.google.protobuf.Message other) Ic3Data.Application.Component.Extra.Builder.mergeFrom(Ic3Data.Application.Component.Extra other) Ic3Data.Application.Component.Extra.Builder.mergeInstruction(Ic3Data.Application.Component.Instruction value) optional .edu.psu.cse.siis.ic3.Application.Component.Instruction instruction = 2;Ic3Data.Application.Component.Extra.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Ic3Data.Application.Component.Extra.newBuilder()Ic3Data.Application.Component.Extra.newBuilder(Ic3Data.Application.Component.Extra prototype) Ic3Data.Application.Component.Extra.newBuilderForType()Ic3Data.Application.Component.Extra.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) optional string extra = 1;Ic3Data.Application.Component.Extra.Builder.setExtraBytes(com.google.protobuf.ByteString value) optional string extra = 1;Ic3Data.Application.Component.Extra.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Ic3Data.Application.Component.Extra.Builder.setInstruction(Ic3Data.Application.Component.Instruction value) optional .edu.psu.cse.siis.ic3.Application.Component.Instruction instruction = 2;Ic3Data.Application.Component.Extra.Builder.setInstruction(Ic3Data.Application.Component.Instruction.Builder builderForValue) optional .edu.psu.cse.siis.ic3.Application.Component.Instruction instruction = 2;Ic3Data.Application.Component.Extra.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Ic3Data.Application.Component.Extra.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Ic3Data.Application.Component.Extra.toBuilder()Methods in edu.psu.cse.siis.ic3 that return types with arguments of type Ic3Data.Application.Component.Extra.BuilderModifier and TypeMethodDescriptionIc3Data.Application.Component.Builder.getExtrasBuilderList()repeated .edu.psu.cse.siis.ic3.Application.Component.Extra extras = 6;Methods in edu.psu.cse.siis.ic3 with parameters of type Ic3Data.Application.Component.Extra.BuilderModifier and TypeMethodDescriptionIc3Data.Application.Component.Builder.addExtras(int index, Ic3Data.Application.Component.Extra.Builder builderForValue) repeated .edu.psu.cse.siis.ic3.Application.Component.Extra extras = 6;Ic3Data.Application.Component.Builder.addExtras(Ic3Data.Application.Component.Extra.Builder builderForValue) repeated .edu.psu.cse.siis.ic3.Application.Component.Extra extras = 6;Ic3Data.Application.Component.Builder.setExtras(int index, Ic3Data.Application.Component.Extra.Builder builderForValue) repeated .edu.psu.cse.siis.ic3.Application.Component.Extra extras = 6;