Interface SelectionRangeOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder
    All Known Implementing Classes:
    SelectionRange, SelectionRange.Builder

    public interface SelectionRangeOrBuilder
    extends com.google.protobuf.MessageLiteOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      double getHigh()
      double high = 2 [json_name = "high"];
      double getLow()
      double low = 1 [json_name = "low"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getLow

        double getLow()
        double low = 1 [json_name = "low"];
        Returns:
        The low.
      • getHigh

        double getHigh()
        double high = 2 [json_name = "high"];
        Returns:
        The high.