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

com.zepben.protobuf.cim.iec61970.infiec61970.feeder.CircuitOrBuilder 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/cim/iec61970/infiec61970/feeder/Circuit.proto

package com.zepben.protobuf.cim.iec61970.infiec61970.feeder;

public interface CircuitOrBuilder extends
    // @@protoc_insertion_point(interface_extends:zepben.protobuf.cim.iec61970.infiec61970.feeder.Circuit)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   **
   * Line fields for this Circuit.
   * 
* * .zepben.protobuf.cim.iec61970.base.wires.Line l = 1; * @return Whether the l field is set. */ boolean hasL(); /** *
   **
   * Line fields for this Circuit.
   * 
* * .zepben.protobuf.cim.iec61970.base.wires.Line l = 1; * @return The l. */ com.zepben.protobuf.cim.iec61970.base.wires.Line getL(); /** *
   **
   * Line fields for this Circuit.
   * 
* * .zepben.protobuf.cim.iec61970.base.wires.Line l = 1; */ com.zepben.protobuf.cim.iec61970.base.wires.LineOrBuilder getLOrBuilder(); /** *
   **
   * Terminals at the end of the circuit.
   * 
* * repeated string endTerminalMRIDs = 2; * @return A list containing the endTerminalMRIDs. */ java.util.List getEndTerminalMRIDsList(); /** *
   **
   * Terminals at the end of the circuit.
   * 
* * repeated string endTerminalMRIDs = 2; * @return The count of endTerminalMRIDs. */ int getEndTerminalMRIDsCount(); /** *
   **
   * Terminals at the end of the circuit.
   * 
* * repeated string endTerminalMRIDs = 2; * @param index The index of the element to return. * @return The endTerminalMRIDs at the given index. */ java.lang.String getEndTerminalMRIDs(int index); /** *
   **
   * Terminals at the end of the circuit.
   * 
* * repeated string endTerminalMRIDs = 2; * @param index The index of the value to return. * @return The bytes of the endTerminalMRIDs at the given index. */ com.google.protobuf.ByteString getEndTerminalMRIDsBytes(int index); /** *
   **
   * The loop containing this circuit.
   * 
* * string loopMRID = 3; * @return The loopMRID. */ java.lang.String getLoopMRID(); /** *
   **
   * The loop containing this circuit.
   * 
* * string loopMRID = 3; * @return The bytes for loopMRID. */ com.google.protobuf.ByteString getLoopMRIDBytes(); /** *
   **
   * Simplification of the CIM association via Bay to Substation.
   * 
* * repeated string endSubstationMRIDs = 4; * @return A list containing the endSubstationMRIDs. */ java.util.List getEndSubstationMRIDsList(); /** *
   **
   * Simplification of the CIM association via Bay to Substation.
   * 
* * repeated string endSubstationMRIDs = 4; * @return The count of endSubstationMRIDs. */ int getEndSubstationMRIDsCount(); /** *
   **
   * Simplification of the CIM association via Bay to Substation.
   * 
* * repeated string endSubstationMRIDs = 4; * @param index The index of the element to return. * @return The endSubstationMRIDs at the given index. */ java.lang.String getEndSubstationMRIDs(int index); /** *
   **
   * Simplification of the CIM association via Bay to Substation.
   * 
* * repeated string endSubstationMRIDs = 4; * @param index The index of the value to return. * @return The bytes of the endSubstationMRIDs at the given index. */ com.google.protobuf.ByteString getEndSubstationMRIDsBytes(int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy