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