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

com.zepben.protobuf.hc.opendss.TapsReportOrBuilder 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/Diagnostics.proto

package com.zepben.protobuf.hc.opendss;

public interface TapsReportOrBuilder extends
    // @@protoc_insertion_point(interface_extends:zepben.protobuf.hc.opendss.TapsReport)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string name = 1;
   * @return The name.
   */
  java.lang.String getName();
  /**
   * string name = 1;
   * @return The bytes for name.
   */
  com.google.protobuf.ByteString
      getNameBytes();

  /**
   * double tap = 2;
   * @return The tap.
   */
  double getTap();

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

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

  /**
   * double step = 5;
   * @return The step.
   */
  double getStep();

  /**
   * int32 position = 6;
   * @return The position.
   */
  int getPosition();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy