public static final class BufrCdmIndexProto.Field.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<BufrCdmIndexProto.Field.Builder> implements BufrCdmIndexProto.FieldOrBuilder
Field
Modifier and Type | Method and Description |
---|---|
BufrCdmIndexProto.Field.Builder |
addAllFlds(java.lang.Iterable<? extends BufrCdmIndexProto.Field> values)
repeated .Field flds = 3; |
BufrCdmIndexProto.Field.Builder |
addFlds(BufrCdmIndexProto.Field.Builder builderForValue)
repeated .Field flds = 3; |
BufrCdmIndexProto.Field.Builder |
addFlds(BufrCdmIndexProto.Field value)
repeated .Field flds = 3; |
BufrCdmIndexProto.Field.Builder |
addFlds(int index,
BufrCdmIndexProto.Field.Builder builderForValue)
repeated .Field flds = 3; |
BufrCdmIndexProto.Field.Builder |
addFlds(int index,
BufrCdmIndexProto.Field value)
repeated .Field flds = 3; |
BufrCdmIndexProto.Field.Builder |
addFldsBuilder()
repeated .Field flds = 3; |
BufrCdmIndexProto.Field.Builder |
addFldsBuilder(int index)
repeated .Field flds = 3; |
BufrCdmIndexProto.Field.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
BufrCdmIndexProto.Field |
build() |
BufrCdmIndexProto.Field |
buildPartial() |
BufrCdmIndexProto.Field.Builder |
clear() |
BufrCdmIndexProto.Field.Builder |
clearAction()
.FldAction action = 4; |
BufrCdmIndexProto.Field.Builder |
clearBitWidth()
int32 bitWidth = 12; |
BufrCdmIndexProto.Field.Builder |
clearDesc()
string desc = 8; |
BufrCdmIndexProto.Field.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
BufrCdmIndexProto.Field.Builder |
clearFlds()
repeated .Field flds = 3; |
BufrCdmIndexProto.Field.Builder |
clearFxy()
uint32 fxy = 1; |
BufrCdmIndexProto.Field.Builder |
clearMax()
uint32 max = 7; |
BufrCdmIndexProto.Field.Builder |
clearMin()
uint32 min = 6; |
BufrCdmIndexProto.Field.Builder |
clearName()
string name = 2; |
BufrCdmIndexProto.Field.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
BufrCdmIndexProto.Field.Builder |
clearReference()
int32 reference = 11; |
BufrCdmIndexProto.Field.Builder |
clearScale()
bufr scale and offset
|
BufrCdmIndexProto.Field.Builder |
clearType()
.FldType type = 5; |
BufrCdmIndexProto.Field.Builder |
clearUnits()
string units = 9; |
BufrCdmIndexProto.Field.Builder |
clone() |
BufrCdmIndexProto.FldAction |
getAction()
.FldAction action = 4; |
int |
getActionValue()
.FldAction action = 4; |
int |
getBitWidth()
int32 bitWidth = 12; |
BufrCdmIndexProto.Field |
getDefaultInstanceForType() |
java.lang.String |
getDesc()
string desc = 8; |
com.google.protobuf.ByteString |
getDescBytes()
string desc = 8; |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
BufrCdmIndexProto.Field |
getFlds(int index)
repeated .Field flds = 3; |
BufrCdmIndexProto.Field.Builder |
getFldsBuilder(int index)
repeated .Field flds = 3; |
java.util.List<BufrCdmIndexProto.Field.Builder> |
getFldsBuilderList()
repeated .Field flds = 3; |
int |
getFldsCount()
repeated .Field flds = 3; |
java.util.List<BufrCdmIndexProto.Field> |
getFldsList()
repeated .Field flds = 3; |
BufrCdmIndexProto.FieldOrBuilder |
getFldsOrBuilder(int index)
repeated .Field flds = 3; |
java.util.List<? extends BufrCdmIndexProto.FieldOrBuilder> |
getFldsOrBuilderList()
repeated .Field flds = 3; |
int |
getFxy()
uint32 fxy = 1; |
int |
getMax()
uint32 max = 7; |
int |
getMin()
uint32 min = 6; |
java.lang.String |
getName()
string name = 2; |
com.google.protobuf.ByteString |
getNameBytes()
string name = 2; |
int |
getReference()
int32 reference = 11; |
int |
getScale()
bufr scale and offset
|
BufrCdmIndexProto.FldType |
getType()
.FldType type = 5; |
int |
getTypeValue()
.FldType type = 5; |
java.lang.String |
getUnits()
string units = 9; |
com.google.protobuf.ByteString |
getUnitsBytes()
string units = 9; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
BufrCdmIndexProto.Field.Builder |
mergeFrom(BufrCdmIndexProto.Field other) |
BufrCdmIndexProto.Field.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
BufrCdmIndexProto.Field.Builder |
mergeFrom(com.google.protobuf.Message other) |
BufrCdmIndexProto.Field.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
BufrCdmIndexProto.Field.Builder |
removeFlds(int index)
repeated .Field flds = 3; |
BufrCdmIndexProto.Field.Builder |
setAction(BufrCdmIndexProto.FldAction value)
.FldAction action = 4; |
BufrCdmIndexProto.Field.Builder |
setActionValue(int value)
.FldAction action = 4; |
BufrCdmIndexProto.Field.Builder |
setBitWidth(int value)
int32 bitWidth = 12; |
BufrCdmIndexProto.Field.Builder |
setDesc(java.lang.String value)
string desc = 8; |
BufrCdmIndexProto.Field.Builder |
setDescBytes(com.google.protobuf.ByteString value)
string desc = 8; |
BufrCdmIndexProto.Field.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
BufrCdmIndexProto.Field.Builder |
setFlds(int index,
BufrCdmIndexProto.Field.Builder builderForValue)
repeated .Field flds = 3; |
BufrCdmIndexProto.Field.Builder |
setFlds(int index,
BufrCdmIndexProto.Field value)
repeated .Field flds = 3; |
BufrCdmIndexProto.Field.Builder |
setFxy(int value)
uint32 fxy = 1; |
BufrCdmIndexProto.Field.Builder |
setMax(int value)
uint32 max = 7; |
BufrCdmIndexProto.Field.Builder |
setMin(int value)
uint32 min = 6; |
BufrCdmIndexProto.Field.Builder |
setName(java.lang.String value)
string name = 2; |
BufrCdmIndexProto.Field.Builder |
setNameBytes(com.google.protobuf.ByteString value)
string name = 2; |
BufrCdmIndexProto.Field.Builder |
setReference(int value)
int32 reference = 11; |
BufrCdmIndexProto.Field.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
BufrCdmIndexProto.Field.Builder |
setScale(int value)
bufr scale and offset
|
BufrCdmIndexProto.Field.Builder |
setType(BufrCdmIndexProto.FldType value)
.FldType type = 5; |
BufrCdmIndexProto.Field.Builder |
setTypeValue(int value)
.FldType type = 5; |
BufrCdmIndexProto.Field.Builder |
setUnits(java.lang.String value)
string units = 9; |
BufrCdmIndexProto.Field.Builder |
setUnitsBytes(com.google.protobuf.ByteString value)
string units = 9; |
BufrCdmIndexProto.Field.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3.Builder<BufrCdmIndexProto.Field.Builder>
public BufrCdmIndexProto.Field.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessageV3.Builder<BufrCdmIndexProto.Field.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessageV3.Builder<BufrCdmIndexProto.Field.Builder>
public BufrCdmIndexProto.Field getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public BufrCdmIndexProto.Field build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public BufrCdmIndexProto.Field buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public BufrCdmIndexProto.Field.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessageV3.Builder<BufrCdmIndexProto.Field.Builder>
public BufrCdmIndexProto.Field.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
setField
in interface com.google.protobuf.Message.Builder
setField
in class com.google.protobuf.GeneratedMessageV3.Builder<BufrCdmIndexProto.Field.Builder>
public BufrCdmIndexProto.Field.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField
in interface com.google.protobuf.Message.Builder
clearField
in class com.google.protobuf.GeneratedMessageV3.Builder<BufrCdmIndexProto.Field.Builder>
public BufrCdmIndexProto.Field.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof
in interface com.google.protobuf.Message.Builder
clearOneof
in class com.google.protobuf.GeneratedMessageV3.Builder<BufrCdmIndexProto.Field.Builder>
public BufrCdmIndexProto.Field.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField
in interface com.google.protobuf.Message.Builder
setRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<BufrCdmIndexProto.Field.Builder>
public BufrCdmIndexProto.Field.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField
in interface com.google.protobuf.Message.Builder
addRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<BufrCdmIndexProto.Field.Builder>
public BufrCdmIndexProto.Field.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<BufrCdmIndexProto.Field.Builder>
public BufrCdmIndexProto.Field.Builder mergeFrom(BufrCdmIndexProto.Field other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3.Builder<BufrCdmIndexProto.Field.Builder>
public BufrCdmIndexProto.Field.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<BufrCdmIndexProto.Field.Builder>
java.io.IOException
public int getFxy()
uint32 fxy = 1;
getFxy
in interface BufrCdmIndexProto.FieldOrBuilder
public BufrCdmIndexProto.Field.Builder setFxy(int value)
uint32 fxy = 1;
value
- The fxy to set.public BufrCdmIndexProto.Field.Builder clearFxy()
uint32 fxy = 1;
public java.lang.String getName()
string name = 2;
getName
in interface BufrCdmIndexProto.FieldOrBuilder
public com.google.protobuf.ByteString getNameBytes()
string name = 2;
getNameBytes
in interface BufrCdmIndexProto.FieldOrBuilder
public BufrCdmIndexProto.Field.Builder setName(java.lang.String value)
string name = 2;
value
- The name to set.public BufrCdmIndexProto.Field.Builder clearName()
string name = 2;
public BufrCdmIndexProto.Field.Builder setNameBytes(com.google.protobuf.ByteString value)
string name = 2;
value
- The bytes for name to set.public java.util.List<BufrCdmIndexProto.Field> getFldsList()
repeated .Field flds = 3;
getFldsList
in interface BufrCdmIndexProto.FieldOrBuilder
public int getFldsCount()
repeated .Field flds = 3;
getFldsCount
in interface BufrCdmIndexProto.FieldOrBuilder
public BufrCdmIndexProto.Field getFlds(int index)
repeated .Field flds = 3;
getFlds
in interface BufrCdmIndexProto.FieldOrBuilder
public BufrCdmIndexProto.Field.Builder setFlds(int index, BufrCdmIndexProto.Field value)
repeated .Field flds = 3;
public BufrCdmIndexProto.Field.Builder setFlds(int index, BufrCdmIndexProto.Field.Builder builderForValue)
repeated .Field flds = 3;
public BufrCdmIndexProto.Field.Builder addFlds(BufrCdmIndexProto.Field value)
repeated .Field flds = 3;
public BufrCdmIndexProto.Field.Builder addFlds(int index, BufrCdmIndexProto.Field value)
repeated .Field flds = 3;
public BufrCdmIndexProto.Field.Builder addFlds(BufrCdmIndexProto.Field.Builder builderForValue)
repeated .Field flds = 3;
public BufrCdmIndexProto.Field.Builder addFlds(int index, BufrCdmIndexProto.Field.Builder builderForValue)
repeated .Field flds = 3;
public BufrCdmIndexProto.Field.Builder addAllFlds(java.lang.Iterable<? extends BufrCdmIndexProto.Field> values)
repeated .Field flds = 3;
public BufrCdmIndexProto.Field.Builder clearFlds()
repeated .Field flds = 3;
public BufrCdmIndexProto.Field.Builder removeFlds(int index)
repeated .Field flds = 3;
public BufrCdmIndexProto.Field.Builder getFldsBuilder(int index)
repeated .Field flds = 3;
public BufrCdmIndexProto.FieldOrBuilder getFldsOrBuilder(int index)
repeated .Field flds = 3;
getFldsOrBuilder
in interface BufrCdmIndexProto.FieldOrBuilder
public java.util.List<? extends BufrCdmIndexProto.FieldOrBuilder> getFldsOrBuilderList()
repeated .Field flds = 3;
getFldsOrBuilderList
in interface BufrCdmIndexProto.FieldOrBuilder
public BufrCdmIndexProto.Field.Builder addFldsBuilder()
repeated .Field flds = 3;
public BufrCdmIndexProto.Field.Builder addFldsBuilder(int index)
repeated .Field flds = 3;
public java.util.List<BufrCdmIndexProto.Field.Builder> getFldsBuilderList()
repeated .Field flds = 3;
public int getActionValue()
.FldAction action = 4;
getActionValue
in interface BufrCdmIndexProto.FieldOrBuilder
public BufrCdmIndexProto.Field.Builder setActionValue(int value)
.FldAction action = 4;
value
- The enum numeric value on the wire for action to set.public BufrCdmIndexProto.FldAction getAction()
.FldAction action = 4;
getAction
in interface BufrCdmIndexProto.FieldOrBuilder
public BufrCdmIndexProto.Field.Builder setAction(BufrCdmIndexProto.FldAction value)
.FldAction action = 4;
value
- The action to set.public BufrCdmIndexProto.Field.Builder clearAction()
.FldAction action = 4;
public int getTypeValue()
.FldType type = 5;
getTypeValue
in interface BufrCdmIndexProto.FieldOrBuilder
public BufrCdmIndexProto.Field.Builder setTypeValue(int value)
.FldType type = 5;
value
- The enum numeric value on the wire for type to set.public BufrCdmIndexProto.FldType getType()
.FldType type = 5;
getType
in interface BufrCdmIndexProto.FieldOrBuilder
public BufrCdmIndexProto.Field.Builder setType(BufrCdmIndexProto.FldType value)
.FldType type = 5;
value
- The type to set.public BufrCdmIndexProto.Field.Builder clearType()
.FldType type = 5;
public int getMin()
uint32 min = 6;
getMin
in interface BufrCdmIndexProto.FieldOrBuilder
public BufrCdmIndexProto.Field.Builder setMin(int value)
uint32 min = 6;
value
- The min to set.public BufrCdmIndexProto.Field.Builder clearMin()
uint32 min = 6;
public int getMax()
uint32 max = 7;
getMax
in interface BufrCdmIndexProto.FieldOrBuilder
public BufrCdmIndexProto.Field.Builder setMax(int value)
uint32 max = 7;
value
- The max to set.public BufrCdmIndexProto.Field.Builder clearMax()
uint32 max = 7;
public java.lang.String getDesc()
string desc = 8;
getDesc
in interface BufrCdmIndexProto.FieldOrBuilder
public com.google.protobuf.ByteString getDescBytes()
string desc = 8;
getDescBytes
in interface BufrCdmIndexProto.FieldOrBuilder
public BufrCdmIndexProto.Field.Builder setDesc(java.lang.String value)
string desc = 8;
value
- The desc to set.public BufrCdmIndexProto.Field.Builder clearDesc()
string desc = 8;
public BufrCdmIndexProto.Field.Builder setDescBytes(com.google.protobuf.ByteString value)
string desc = 8;
value
- The bytes for desc to set.public java.lang.String getUnits()
string units = 9;
getUnits
in interface BufrCdmIndexProto.FieldOrBuilder
public com.google.protobuf.ByteString getUnitsBytes()
string units = 9;
getUnitsBytes
in interface BufrCdmIndexProto.FieldOrBuilder
public BufrCdmIndexProto.Field.Builder setUnits(java.lang.String value)
string units = 9;
value
- The units to set.public BufrCdmIndexProto.Field.Builder clearUnits()
string units = 9;
public BufrCdmIndexProto.Field.Builder setUnitsBytes(com.google.protobuf.ByteString value)
string units = 9;
value
- The bytes for units to set.public int getScale()
bufr scale and offset
int32 scale = 10;
getScale
in interface BufrCdmIndexProto.FieldOrBuilder
public BufrCdmIndexProto.Field.Builder setScale(int value)
bufr scale and offset
int32 scale = 10;
value
- The scale to set.public BufrCdmIndexProto.Field.Builder clearScale()
bufr scale and offset
int32 scale = 10;
public int getReference()
int32 reference = 11;
getReference
in interface BufrCdmIndexProto.FieldOrBuilder
public BufrCdmIndexProto.Field.Builder setReference(int value)
int32 reference = 11;
value
- The reference to set.public BufrCdmIndexProto.Field.Builder clearReference()
int32 reference = 11;
public int getBitWidth()
int32 bitWidth = 12;
getBitWidth
in interface BufrCdmIndexProto.FieldOrBuilder
public BufrCdmIndexProto.Field.Builder setBitWidth(int value)
int32 bitWidth = 12;
value
- The bitWidth to set.public BufrCdmIndexProto.Field.Builder clearBitWidth()
int32 bitWidth = 12;
public final BufrCdmIndexProto.Field.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields
in interface com.google.protobuf.Message.Builder
setUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<BufrCdmIndexProto.Field.Builder>
public final BufrCdmIndexProto.Field.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields
in interface com.google.protobuf.Message.Builder
mergeUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<BufrCdmIndexProto.Field.Builder>