com.zepben.protobuf.cim.iec61970.base.wires.ProtectedSwitchOrBuilder 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/base/wires/ProtectedSwitch.proto
package com.zepben.protobuf.cim.iec61970.base.wires;
public interface ProtectedSwitchOrBuilder extends
// @@protoc_insertion_point(interface_extends:zepben.protobuf.cim.iec61970.base.wires.ProtectedSwitch)
com.google.protobuf.MessageOrBuilder {
/**
*
**
* The Switch fields for this ProtectedSwitch.
*
*
* .zepben.protobuf.cim.iec61970.base.wires.Switch sw = 1;
* @return Whether the sw field is set.
*/
boolean hasSw();
/**
*
**
* The Switch fields for this ProtectedSwitch.
*
*
* .zepben.protobuf.cim.iec61970.base.wires.Switch sw = 1;
* @return The sw.
*/
com.zepben.protobuf.cim.iec61970.base.wires.Switch getSw();
/**
*
**
* The Switch fields for this ProtectedSwitch.
*
*
* .zepben.protobuf.cim.iec61970.base.wires.Switch sw = 1;
*/
com.zepben.protobuf.cim.iec61970.base.wires.SwitchOrBuilder getSwOrBuilder();
/**
*
**
* The maximum fault current in amps a breaking device can break safely under prescribed conditions of use.
*
*
* int32 breakingCapacity = 2;
* @return The breakingCapacity.
*/
int getBreakingCapacity();
/**
*
**
* The ProtectionRelayFunctions operating this ProtectedSwitch.
*
*
* repeated string relayFunctionMRIDs = 3;
* @return A list containing the relayFunctionMRIDs.
*/
java.util.List
getRelayFunctionMRIDsList();
/**
*
**
* The ProtectionRelayFunctions operating this ProtectedSwitch.
*
*
* repeated string relayFunctionMRIDs = 3;
* @return The count of relayFunctionMRIDs.
*/
int getRelayFunctionMRIDsCount();
/**
*
**
* The ProtectionRelayFunctions operating this ProtectedSwitch.
*
*
* repeated string relayFunctionMRIDs = 3;
* @param index The index of the element to return.
* @return The relayFunctionMRIDs at the given index.
*/
java.lang.String getRelayFunctionMRIDs(int index);
/**
*
**
* The ProtectionRelayFunctions operating this ProtectedSwitch.
*
*
* repeated string relayFunctionMRIDs = 3;
* @param index The index of the value to return.
* @return The bytes of the relayFunctionMRIDs at the given index.
*/
com.google.protobuf.ByteString
getRelayFunctionMRIDsBytes(int index);
}