com.zepben.protobuf.cim.iec61970.base.wires.BreakerOrBuilder 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/Breaker.proto
package com.zepben.protobuf.cim.iec61970.base.wires;
public interface BreakerOrBuilder extends
// @@protoc_insertion_point(interface_extends:zepben.protobuf.cim.iec61970.base.wires.Breaker)
com.google.protobuf.MessageOrBuilder {
/**
*
**
* Switch fields for this Breaker.
*
*
* .zepben.protobuf.cim.iec61970.base.wires.ProtectedSwitch sw = 1;
* @return Whether the sw field is set.
*/
boolean hasSw();
/**
*
**
* Switch fields for this Breaker.
*
*
* .zepben.protobuf.cim.iec61970.base.wires.ProtectedSwitch sw = 1;
* @return The sw.
*/
com.zepben.protobuf.cim.iec61970.base.wires.ProtectedSwitch getSw();
/**
*
**
* Switch fields for this Breaker.
*
*
* .zepben.protobuf.cim.iec61970.base.wires.ProtectedSwitch sw = 1;
*/
com.zepben.protobuf.cim.iec61970.base.wires.ProtectedSwitchOrBuilder getSwOrBuilder();
/**
*
**
* The transition time from open to close in seconds.
*
*
* double inTransitTime = 2;
* @return The inTransitTime.
*/
double getInTransitTime();
}