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

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

  /**
   * string load = 1;
   * @return The load.
   */
  java.lang.String getLoad();
  /**
   * string load = 1;
   * @return The bytes for load.
   */
  com.google.protobuf.ByteString
      getLoadBytes();

  /**
   * double kv = 2;
   * @return The kv.
   */
  double getKv();

  /**
   * string bus = 3;
   * @return The bus.
   */
  java.lang.String getBus();
  /**
   * string bus = 3;
   * @return The bytes for bus.
   */
  com.google.protobuf.ByteString
      getBusBytes();

  /**
   * double kvBase = 4;
   * @return The kvBase.
   */
  double getKvBase();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy