com.zepben.protobuf.cim.iec61970.base.wires.GroundingImpedanceOrBuilder 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/GroundingImpedance.proto
package com.zepben.protobuf.cim.iec61970.base.wires;
public interface GroundingImpedanceOrBuilder extends
// @@protoc_insertion_point(interface_extends:zepben.protobuf.cim.iec61970.base.wires.GroundingImpedance)
com.google.protobuf.MessageOrBuilder {
/**
*
**
* The EarthFaultCompensator fields for this EarthFaultCompensator.
*
*
* .zepben.protobuf.cim.iec61970.base.wires.EarthFaultCompensator efc = 1;
* @return Whether the efc field is set.
*/
boolean hasEfc();
/**
*
**
* The EarthFaultCompensator fields for this EarthFaultCompensator.
*
*
* .zepben.protobuf.cim.iec61970.base.wires.EarthFaultCompensator efc = 1;
* @return The efc.
*/
com.zepben.protobuf.cim.iec61970.base.wires.EarthFaultCompensator getEfc();
/**
*
**
* The EarthFaultCompensator fields for this EarthFaultCompensator.
*
*
* .zepben.protobuf.cim.iec61970.base.wires.EarthFaultCompensator efc = 1;
*/
com.zepben.protobuf.cim.iec61970.base.wires.EarthFaultCompensatorOrBuilder getEfcOrBuilder();
/**
*
**
* Reactance of device in ohms.
*
*
* double x = 2;
* @return The x.
*/
double getX();
}