com.zepben.protobuf.cim.iec61970.infiec61970.feeder.LoopOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of evolve-grpc Show documentation
Show all versions of evolve-grpc Show documentation
Protobuf and gRPC definitions for the evolve platform
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: zepben/protobuf/cim/iec61970/infiec61970/feeder/Loop.proto
package com.zepben.protobuf.cim.iec61970.infiec61970.feeder;
public interface LoopOrBuilder extends
// @@protoc_insertion_point(interface_extends:zepben.protobuf.cim.iec61970.infiec61970.feeder.Loop)
com.google.protobuf.MessageOrBuilder {
/**
*
**
* IdentifiedObject fields for this Loop.
*
*
* .zepben.protobuf.cim.iec61970.base.core.IdentifiedObject io = 1;
* @return Whether the io field is set.
*/
boolean hasIo();
/**
*
**
* IdentifiedObject fields for this Loop.
*
*
* .zepben.protobuf.cim.iec61970.base.core.IdentifiedObject io = 1;
* @return The io.
*/
com.zepben.protobuf.cim.iec61970.base.core.IdentifiedObject getIo();
/**
*
**
* IdentifiedObject fields for this Loop.
*
*
* .zepben.protobuf.cim.iec61970.base.core.IdentifiedObject io = 1;
*/
com.zepben.protobuf.cim.iec61970.base.core.IdentifiedObjectOrBuilder getIoOrBuilder();
/**
*
**
* Sub-transmission circuits that form part of this loop.
*
*
* repeated string circuitMRIDs = 2;
* @return A list containing the circuitMRIDs.
*/
java.util.List
getCircuitMRIDsList();
/**
*
**
* Sub-transmission circuits that form part of this loop.
*
*
* repeated string circuitMRIDs = 2;
* @return The count of circuitMRIDs.
*/
int getCircuitMRIDsCount();
/**
*
**
* Sub-transmission circuits that form part of this loop.
*
*
* repeated string circuitMRIDs = 2;
* @param index The index of the element to return.
* @return The circuitMRIDs at the given index.
*/
java.lang.String getCircuitMRIDs(int index);
/**
*
**
* Sub-transmission circuits that form part of this loop.
*
*
* repeated string circuitMRIDs = 2;
* @param index The index of the value to return.
* @return The bytes of the circuitMRIDs at the given index.
*/
com.google.protobuf.ByteString
getCircuitMRIDsBytes(int index);
/**
*
**
* Substations that are energized by this loop.
*
*
* repeated string substationMRIDs = 3;
* @return A list containing the substationMRIDs.
*/
java.util.List
getSubstationMRIDsList();
/**
*
**
* Substations that are energized by this loop.
*
*
* repeated string substationMRIDs = 3;
* @return The count of substationMRIDs.
*/
int getSubstationMRIDsCount();
/**
*
**
* Substations that are energized by this loop.
*
*
* repeated string substationMRIDs = 3;
* @param index The index of the element to return.
* @return The substationMRIDs at the given index.
*/
java.lang.String getSubstationMRIDs(int index);
/**
*
**
* Substations that are energized by this loop.
*
*
* repeated string substationMRIDs = 3;
* @param index The index of the value to return.
* @return The bytes of the substationMRIDs at the given index.
*/
com.google.protobuf.ByteString
getSubstationMRIDsBytes(int index);
/**
*
**
* The substations that normally energize this loop.
*
*
* repeated string normalEnergizingSubstationMRIDs = 4;
* @return A list containing the normalEnergizingSubstationMRIDs.
*/
java.util.List
getNormalEnergizingSubstationMRIDsList();
/**
*
**
* The substations that normally energize this loop.
*
*
* repeated string normalEnergizingSubstationMRIDs = 4;
* @return The count of normalEnergizingSubstationMRIDs.
*/
int getNormalEnergizingSubstationMRIDsCount();
/**
*
**
* The substations that normally energize this loop.
*
*
* repeated string normalEnergizingSubstationMRIDs = 4;
* @param index The index of the element to return.
* @return The normalEnergizingSubstationMRIDs at the given index.
*/
java.lang.String getNormalEnergizingSubstationMRIDs(int index);
/**
*
**
* The substations that normally energize this loop.
*
*
* repeated string normalEnergizingSubstationMRIDs = 4;
* @param index The index of the value to return.
* @return The bytes of the normalEnergizingSubstationMRIDs at the given index.
*/
com.google.protobuf.ByteString
getNormalEnergizingSubstationMRIDsBytes(int index);
}