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.FldAction
getAction()
.FldAction action = 4;
int
getActionValue()
.FldAction action = 4;
int
getBitWidth()
int32 bitWidth = 12;
String
getDesc()
string desc = 8;
com.google.protobuf.ByteString
getDescBytes()
string desc = 8;
BufrCdmIndexProto.Field
getFlds(int index)
repeated .Field flds = 3;
int
getFldsCount()
repeated .Field flds = 3;
List<BufrCdmIndexProto.Field>
getFldsList()
repeated .Field flds = 3;
BufrCdmIndexProto.FieldOrBuilder
getFldsOrBuilder(int index)
repeated .Field flds = 3;
List<? extends BufrCdmIndexProto.FieldOrBuilder>
getFldsOrBuilderList()
repeated .Field flds = 3;
int
getFxy()
uint32 fxy = 1;
int
getMax()
uint32 max = 7;
int
getMin()
uint32 min = 6;
String
getName()
string name = 2;
com.google.protobuf.ByteString
getNameBytes()
string name = 2;
int
getReference()
int32 reference = 11;
int
getScale()
bufr scale and offsetBufrCdmIndexProto.FldType
getType()
.FldType type = 5;
int
getTypeValue()
.FldType type = 5;
String
getUnits()
string units = 9;
com.google.protobuf.ByteString
getUnitsBytes()
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.
-
-