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

com.zepben.protobuf.hc.opendss.MaxMinAvgOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.32.0-SNAPSHOT2
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: zepben/protobuf/hc/opendss/EnergyMeter.proto

package com.zepben.protobuf.hc.opendss;

public interface MaxMinAvgOrBuilder extends
    // @@protoc_insertion_point(interface_extends:MaxMinAvg)
    com.google.protobuf.MessageOrBuilder {

  /**
   * double max = 1;
   * @return The max.
   */
  double getMax();

  /**
   * double min = 2;
   * @return The min.
   */
  double getMin();

  /**
   * double avg = 3;
   * @return The avg.
   */
  double getAvg();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy