com.zepben.protobuf.cim.iec61970.base.wires.EarthFaultCompensatorOrBuilder 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/EarthFaultCompensator.proto
package com.zepben.protobuf.cim.iec61970.base.wires;
public interface EarthFaultCompensatorOrBuilder extends
// @@protoc_insertion_point(interface_extends:zepben.protobuf.cim.iec61970.base.wires.EarthFaultCompensator)
com.google.protobuf.MessageOrBuilder {
/**
*
**
* The ConductingEquipment fields for this EarthFaultCompensator.
*
*
* .zepben.protobuf.cim.iec61970.base.core.ConductingEquipment ce = 1;
* @return Whether the ce field is set.
*/
boolean hasCe();
/**
*
**
* The ConductingEquipment fields for this EarthFaultCompensator.
*
*
* .zepben.protobuf.cim.iec61970.base.core.ConductingEquipment ce = 1;
* @return The ce.
*/
com.zepben.protobuf.cim.iec61970.base.core.ConductingEquipment getCe();
/**
*
**
* The ConductingEquipment fields for this EarthFaultCompensator.
*
*
* .zepben.protobuf.cim.iec61970.base.core.ConductingEquipment ce = 1;
*/
com.zepben.protobuf.cim.iec61970.base.core.ConductingEquipmentOrBuilder getCeOrBuilder();
/**
*
**
* Nominal resistance of device in ohms.
*
*
* double r = 2;
* @return The r.
*/
double getR();
}