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