Package ucar.nc2.grib.collection
Interface GribCollectionProto.IntvFilterOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GribCollectionProto.IntvFilter
,GribCollectionProto.IntvFilter.Builder
- Enclosing class:
- GribCollectionProto
public static interface GribCollectionProto.IntvFilterOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getIntvLength()
sint32 intvLength = 1;
int
getIntvProb()
sint32 intvProb = 3;
int
getVariableId()
uint32 variableId = 2;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-