Package ucar.nc2.ft.point.bufr
Interface BufrCdmIndexProto.FieldOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BufrCdmIndexProto.Field,BufrCdmIndexProto.Field.Builder
- Enclosing class:
- BufrCdmIndexProto
public static interface BufrCdmIndexProto.FieldOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BufrCdmIndexProto.FldActiongetAction().FldAction action = 4;intgetActionValue().FldAction action = 4;intgetBitWidth()int32 bitWidth = 12;StringgetDesc()string desc = 8;com.google.protobuf.ByteStringgetDescBytes()string desc = 8;BufrCdmIndexProto.FieldgetFlds(int index)repeated .Field flds = 3;intgetFldsCount()repeated .Field flds = 3;List<BufrCdmIndexProto.Field>getFldsList()repeated .Field flds = 3;BufrCdmIndexProto.FieldOrBuildergetFldsOrBuilder(int index)repeated .Field flds = 3;List<? extends BufrCdmIndexProto.FieldOrBuilder>getFldsOrBuilderList()repeated .Field flds = 3;intgetFxy()uint32 fxy = 1;intgetMax()uint32 max = 7;intgetMin()uint32 min = 6;StringgetName()string name = 2;com.google.protobuf.ByteStringgetNameBytes()string name = 2;intgetReference()int32 reference = 11;intgetScale()bufr scale and offsetBufrCdmIndexProto.FldTypegetType().FldType type = 5;intgetTypeValue().FldType type = 5;StringgetUnits()string units = 9;com.google.protobuf.ByteStringgetUnitsBytes()string units = 9;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getFxy
int getFxy()
uint32 fxy = 1;- Returns:
- The fxy.
-
getName
String getName()
string name = 2;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
string name = 2;- Returns:
- The bytes for name.
-
getFldsList
List<BufrCdmIndexProto.Field> getFldsList()
repeated .Field flds = 3;
-
getFlds
BufrCdmIndexProto.Field getFlds(int index)
repeated .Field flds = 3;
-
getFldsCount
int getFldsCount()
repeated .Field flds = 3;
-
getFldsOrBuilderList
List<? extends BufrCdmIndexProto.FieldOrBuilder> getFldsOrBuilderList()
repeated .Field flds = 3;
-
getFldsOrBuilder
BufrCdmIndexProto.FieldOrBuilder getFldsOrBuilder(int index)
repeated .Field flds = 3;
-
getActionValue
int getActionValue()
.FldAction action = 4;- Returns:
- The enum numeric value on the wire for action.
-
getAction
BufrCdmIndexProto.FldAction getAction()
.FldAction action = 4;- Returns:
- The action.
-
getTypeValue
int getTypeValue()
.FldType type = 5;- Returns:
- The enum numeric value on the wire for type.
-
getType
BufrCdmIndexProto.FldType getType()
.FldType type = 5;- Returns:
- The type.
-
getMin
int getMin()
uint32 min = 6;- Returns:
- The min.
-
getMax
int getMax()
uint32 max = 7;- Returns:
- The max.
-
getDesc
String getDesc()
string desc = 8;- Returns:
- The desc.
-
getDescBytes
com.google.protobuf.ByteString getDescBytes()
string desc = 8;- Returns:
- The bytes for desc.
-
getUnits
String getUnits()
string units = 9;- Returns:
- The units.
-
getUnitsBytes
com.google.protobuf.ByteString getUnitsBytes()
string units = 9;- Returns:
- The bytes for units.
-
getScale
int getScale()
bufr scale and offset
int32 scale = 10;- Returns:
- The scale.
-
getReference
int getReference()
int32 reference = 11;- Returns:
- The reference.
-
getBitWidth
int getBitWidth()
int32 bitWidth = 12;- Returns:
- The bitWidth.
-
-