Uses of Class
org.yamcs.protobuf.Mdb.EnumValue
-
Packages that use Mdb.EnumValue Package Description org.yamcs.protobuf -
-
Uses of Mdb.EnumValue in org.yamcs.protobuf
Fields in org.yamcs.protobuf with type parameters of type Mdb.EnumValue Modifier and Type Field Description static com.google.protobuf.Parser<Mdb.EnumValue>Mdb.EnumValue. PARSERDeprecated.Methods in org.yamcs.protobuf that return Mdb.EnumValue Modifier and Type Method Description Mdb.EnumValueMdb.EnumValue.Builder. build()Mdb.EnumValueMdb.EnumValue.Builder. buildPartial()static Mdb.EnumValueMdb.EnumValue. getDefaultInstance()Mdb.EnumValueMdb.EnumValue.Builder. getDefaultInstanceForType()Mdb.EnumValueMdb.EnumValue. getDefaultInstanceForType()Mdb.EnumValueMdb.ArgumentTypeInfo.Builder. getEnumValue(int index)repeated .yamcs.protobuf.mdb.EnumValue enumValue = 5;Mdb.EnumValueMdb.ArgumentTypeInfo. getEnumValue(int index)repeated .yamcs.protobuf.mdb.EnumValue enumValue = 5;Mdb.EnumValueMdb.ArgumentTypeInfoOrBuilder. getEnumValue(int index)repeated .yamcs.protobuf.mdb.EnumValue enumValue = 5;Mdb.EnumValueMdb.ParameterTypeInfo.Builder. getEnumValue(int index)repeated .yamcs.protobuf.mdb.EnumValue enumValue = 5;Mdb.EnumValueMdb.ParameterTypeInfo. getEnumValue(int index)repeated .yamcs.protobuf.mdb.EnumValue enumValue = 5;Mdb.EnumValueMdb.ParameterTypeInfoOrBuilder. getEnumValue(int index)repeated .yamcs.protobuf.mdb.EnumValue enumValue = 5;static Mdb.EnumValueMdb.EnumValue. parseDelimitedFrom(InputStream input)static Mdb.EnumValueMdb.EnumValue. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Mdb.EnumValueMdb.EnumValue. parseFrom(byte[] data)static Mdb.EnumValueMdb.EnumValue. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Mdb.EnumValueMdb.EnumValue. parseFrom(com.google.protobuf.ByteString data)static Mdb.EnumValueMdb.EnumValue. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Mdb.EnumValueMdb.EnumValue. parseFrom(com.google.protobuf.CodedInputStream input)static Mdb.EnumValueMdb.EnumValue. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Mdb.EnumValueMdb.EnumValue. parseFrom(InputStream input)static Mdb.EnumValueMdb.EnumValue. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Mdb.EnumValueMdb.EnumValue. parseFrom(ByteBuffer data)static Mdb.EnumValueMdb.EnumValue. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.yamcs.protobuf that return types with arguments of type Mdb.EnumValue Modifier and Type Method Description List<Mdb.EnumValue>Mdb.ArgumentTypeInfo.Builder. getEnumValueList()repeated .yamcs.protobuf.mdb.EnumValue enumValue = 5;List<Mdb.EnumValue>Mdb.ArgumentTypeInfo. getEnumValueList()repeated .yamcs.protobuf.mdb.EnumValue enumValue = 5;List<Mdb.EnumValue>Mdb.ArgumentTypeInfoOrBuilder. getEnumValueList()repeated .yamcs.protobuf.mdb.EnumValue enumValue = 5;List<Mdb.EnumValue>Mdb.ParameterTypeInfo.Builder. getEnumValueList()repeated .yamcs.protobuf.mdb.EnumValue enumValue = 5;List<Mdb.EnumValue>Mdb.ParameterTypeInfo. getEnumValueList()repeated .yamcs.protobuf.mdb.EnumValue enumValue = 5;List<Mdb.EnumValue>Mdb.ParameterTypeInfoOrBuilder. getEnumValueList()repeated .yamcs.protobuf.mdb.EnumValue enumValue = 5;com.google.protobuf.Parser<Mdb.EnumValue>Mdb.EnumValue. getParserForType()static com.google.protobuf.Parser<Mdb.EnumValue>Mdb.EnumValue. parser()Methods in org.yamcs.protobuf with parameters of type Mdb.EnumValue Modifier and Type Method Description Mdb.ArgumentTypeInfo.BuilderMdb.ArgumentTypeInfo.Builder. addEnumValue(int index, Mdb.EnumValue value)repeated .yamcs.protobuf.mdb.EnumValue enumValue = 5;Mdb.ArgumentTypeInfo.BuilderMdb.ArgumentTypeInfo.Builder. addEnumValue(Mdb.EnumValue value)repeated .yamcs.protobuf.mdb.EnumValue enumValue = 5;Mdb.ParameterTypeInfo.BuilderMdb.ParameterTypeInfo.Builder. addEnumValue(int index, Mdb.EnumValue value)repeated .yamcs.protobuf.mdb.EnumValue enumValue = 5;Mdb.ParameterTypeInfo.BuilderMdb.ParameterTypeInfo.Builder. addEnumValue(Mdb.EnumValue value)repeated .yamcs.protobuf.mdb.EnumValue enumValue = 5;Mdb.EnumValue.BuilderMdb.EnumValue.Builder. mergeFrom(Mdb.EnumValue other)static Mdb.EnumValue.BuilderMdb.EnumValue. newBuilder(Mdb.EnumValue prototype)Mdb.ArgumentTypeInfo.BuilderMdb.ArgumentTypeInfo.Builder. setEnumValue(int index, Mdb.EnumValue value)repeated .yamcs.protobuf.mdb.EnumValue enumValue = 5;Mdb.ParameterTypeInfo.BuilderMdb.ParameterTypeInfo.Builder. setEnumValue(int index, Mdb.EnumValue value)repeated .yamcs.protobuf.mdb.EnumValue enumValue = 5;Method parameters in org.yamcs.protobuf with type arguments of type Mdb.EnumValue Modifier and Type Method Description Mdb.ArgumentTypeInfo.BuilderMdb.ArgumentTypeInfo.Builder. addAllEnumValue(Iterable<? extends Mdb.EnumValue> values)repeated .yamcs.protobuf.mdb.EnumValue enumValue = 5;Mdb.ParameterTypeInfo.BuilderMdb.ParameterTypeInfo.Builder. addAllEnumValue(Iterable<? extends Mdb.EnumValue> values)repeated .yamcs.protobuf.mdb.EnumValue enumValue = 5;
-