All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.java.com.streamlayer.inplay.common.SelectionRangeOrBuilder Maven / Gradle / Ivy

There is a newer version: 5.133.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: streamlayer/inplay/common/inplay.common.proto

// Protobuf Java Version: 3.25.3
package com.streamlayer.inplay.common;

public interface SelectionRangeOrBuilder extends
    // @@protoc_insertion_point(interface_extends:streamlayer.inplay.common.SelectionRange)
    com.google.protobuf.MessageLiteOrBuilder {

  /**
   * double low = 1 [json_name = "low"];
   * @return The low.
   */
  double getLow();

  /**
   * double high = 2 [json_name = "high"];
   * @return The high.
   */
  double getHigh();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy