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

com.zepben.protobuf.hc.opendss.IsolatedElementOrBuilder 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 IsolatedElementOrBuilder extends
    // @@protoc_insertion_point(interface_extends:zepben.protobuf.hc.opendss.IsolatedElement)
    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();

  /**
   * repeated string buses = 2;
   * @return A list containing the buses.
   */
  java.util.List
      getBusesList();
  /**
   * repeated string buses = 2;
   * @return The count of buses.
   */
  int getBusesCount();
  /**
   * repeated string buses = 2;
   * @param index The index of the element to return.
   * @return The buses at the given index.
   */
  java.lang.String getBuses(int index);
  /**
   * repeated string buses = 2;
   * @param index The index of the value to return.
   * @return The bytes of the buses at the given index.
   */
  com.google.protobuf.ByteString
      getBusesBytes(int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy