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

com.zepben.protobuf.hc.opendss.LoopReportOrBuilder 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 LoopReportOrBuilder extends
    // @@protoc_insertion_point(interface_extends:zepben.protobuf.hc.opendss.LoopReport)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string meter = 1;
   * @return The meter.
   */
  java.lang.String getMeter();
  /**
   * string meter = 1;
   * @return The bytes for meter.
   */
  com.google.protobuf.ByteString
      getMeterBytes();

  /**
   * string lineA = 2;
   * @return The lineA.
   */
  java.lang.String getLineA();
  /**
   * string lineA = 2;
   * @return The bytes for lineA.
   */
  com.google.protobuf.ByteString
      getLineABytes();

  /**
   * string lineB = 3;
   * @return The lineB.
   */
  java.lang.String getLineB();
  /**
   * string lineB = 3;
   * @return The bytes for lineB.
   */
  com.google.protobuf.ByteString
      getLineBBytes();

  /**
   * bool parallel = 4;
   * @return The parallel.
   */
  boolean getParallel();

  /**
   * bool looped = 5;
   * @return The looped.
   */
  boolean getLooped();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy