com.zepben.protobuf.cim.iec61970.base.wires.RecloserOrBuilder 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/Recloser.proto
package com.zepben.protobuf.cim.iec61970.base.wires;
public interface RecloserOrBuilder extends
// @@protoc_insertion_point(interface_extends:zepben.protobuf.cim.iec61970.base.wires.Recloser)
com.google.protobuf.MessageOrBuilder {
/**
*
**
* ProtectedSwitch fields for this Recloser.
*
*
* .zepben.protobuf.cim.iec61970.base.wires.ProtectedSwitch sw = 1;
* @return Whether the sw field is set.
*/
boolean hasSw();
/**
*
**
* ProtectedSwitch fields for this Recloser.
*
*
* .zepben.protobuf.cim.iec61970.base.wires.ProtectedSwitch sw = 1;
* @return The sw.
*/
com.zepben.protobuf.cim.iec61970.base.wires.ProtectedSwitch getSw();
/**
*
**
* ProtectedSwitch fields for this Recloser.
*
*
* .zepben.protobuf.cim.iec61970.base.wires.ProtectedSwitch sw = 1;
*/
com.zepben.protobuf.cim.iec61970.base.wires.ProtectedSwitchOrBuilder getSwOrBuilder();
}