Package ucar.nc2.ft2.coverage.remote
Interface CdmrFeatureProto.CalendarDateRangeOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CdmrFeatureProto.CalendarDateRange
,CdmrFeatureProto.CalendarDateRange.Builder
- Enclosing class:
- CdmrFeatureProto
public static interface CdmrFeatureProto.CalendarDateRangeOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CdmrFeatureProto.Calendar
getCalendar()
.Calendar calendar = 3;
int
getCalendarValue()
.Calendar calendar = 3;
long
getEnd()
int64 end = 2;
long
getStart()
int64 start = 1;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getStart
long getStart()
int64 start = 1;
- Returns:
- The start.
-
getEnd
long getEnd()
int64 end = 2;
- Returns:
- The end.
-
getCalendarValue
int getCalendarValue()
.Calendar calendar = 3;
- Returns:
- The enum numeric value on the wire for calendar.
-
getCalendar
CdmrFeatureProto.Calendar getCalendar()
.Calendar calendar = 3;
- Returns:
- The calendar.
-
-