Interface FigureDescriptor.BusinessCalendarDescriptorOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
FigureDescriptor.BusinessCalendarDescriptor, FigureDescriptor.BusinessCalendarDescriptor.Builder
Enclosing class:
FigureDescriptor

public static interface FigureDescriptor.BusinessCalendarDescriptorOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getName

      String getName()
      string name = 1;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
      string name = 1;
      Returns:
      The bytes for name.
    • getTimeZone

      String getTimeZone()
      string time_zone = 2;
      Returns:
      The timeZone.
    • getTimeZoneBytes

      com.google.protobuf.ByteString getTimeZoneBytes()
      string time_zone = 2;
      Returns:
      The bytes for timeZone.
    • getBusinessDaysList

      repeated .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BusinessCalendarDescriptor.DayOfWeek business_days = 3;
      Returns:
      A list containing the businessDays.
    • getBusinessDaysCount

      int getBusinessDaysCount()
      repeated .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BusinessCalendarDescriptor.DayOfWeek business_days = 3;
      Returns:
      The count of businessDays.
    • getBusinessDays

      repeated .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BusinessCalendarDescriptor.DayOfWeek business_days = 3;
      Parameters:
      index - The index of the element to return.
      Returns:
      The businessDays at the given index.
    • getBusinessDaysValueList

      List<Integer> getBusinessDaysValueList()
      repeated .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BusinessCalendarDescriptor.DayOfWeek business_days = 3;
      Returns:
      A list containing the enum numeric values on the wire for businessDays.
    • getBusinessDaysValue

      int getBusinessDaysValue(int index)
      repeated .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BusinessCalendarDescriptor.DayOfWeek business_days = 3;
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of businessDays at the given index.
    • getBusinessPeriodsList

      repeated .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BusinessCalendarDescriptor.BusinessPeriod business_periods = 4;
    • getBusinessPeriods

      repeated .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BusinessCalendarDescriptor.BusinessPeriod business_periods = 4;
    • getBusinessPeriodsCount

      int getBusinessPeriodsCount()
      repeated .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BusinessCalendarDescriptor.BusinessPeriod business_periods = 4;
    • getBusinessPeriodsOrBuilderList

      repeated .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BusinessCalendarDescriptor.BusinessPeriod business_periods = 4;
    • getBusinessPeriodsOrBuilder

      repeated .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BusinessCalendarDescriptor.BusinessPeriod business_periods = 4;
    • getHolidaysList

      repeated .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BusinessCalendarDescriptor.Holiday holidays = 5;
    • getHolidays

      repeated .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BusinessCalendarDescriptor.Holiday holidays = 5;
    • getHolidaysCount

      int getHolidaysCount()
      repeated .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BusinessCalendarDescriptor.Holiday holidays = 5;
    • getHolidaysOrBuilderList

      repeated .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BusinessCalendarDescriptor.Holiday holidays = 5;
    • getHolidaysOrBuilder

      repeated .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BusinessCalendarDescriptor.Holiday holidays = 5;