Package ucar.nc2.iosp.noaa
Interface GhcnmProto.StationIndexListOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GhcnmProto.StationIndexList
,GhcnmProto.StationIndexList.Builder
- Enclosing class:
- GhcnmProto
public static interface GhcnmProto.StationIndexListOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GhcnmProto.StationIndex
getList(int index)
repeated .StationIndex list = 1;
int
getListCount()
repeated .StationIndex list = 1;
List<GhcnmProto.StationIndex>
getListList()
repeated .StationIndex list = 1;
GhcnmProto.StationIndexOrBuilder
getListOrBuilder(int index)
repeated .StationIndex list = 1;
List<? extends GhcnmProto.StationIndexOrBuilder>
getListOrBuilderList()
repeated .StationIndex list = 1;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getListList
List<GhcnmProto.StationIndex> getListList()
repeated .StationIndex list = 1;
-
getList
GhcnmProto.StationIndex getList(int index)
repeated .StationIndex list = 1;
-
getListCount
int getListCount()
repeated .StationIndex list = 1;
-
getListOrBuilderList
List<? extends GhcnmProto.StationIndexOrBuilder> getListOrBuilderList()
repeated .StationIndex list = 1;
-
getListOrBuilder
GhcnmProto.StationIndexOrBuilder getListOrBuilder(int index)
repeated .StationIndex list = 1;
-
-