com.zepben.protobuf.cim.iec61970.base.wires.RegulatingCondEqOrBuilder 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/RegulatingCondEq.proto
package com.zepben.protobuf.cim.iec61970.base.wires;
public interface RegulatingCondEqOrBuilder extends
// @@protoc_insertion_point(interface_extends:zepben.protobuf.cim.iec61970.base.wires.RegulatingCondEq)
com.google.protobuf.MessageOrBuilder {
/**
*
**
* The EnergyConnection fields for this RegulatingConductingEquipment.
*
*
* .zepben.protobuf.cim.iec61970.base.wires.EnergyConnection ec = 1;
* @return Whether the ec field is set.
*/
boolean hasEc();
/**
*
**
* The EnergyConnection fields for this RegulatingConductingEquipment.
*
*
* .zepben.protobuf.cim.iec61970.base.wires.EnergyConnection ec = 1;
* @return The ec.
*/
com.zepben.protobuf.cim.iec61970.base.wires.EnergyConnection getEc();
/**
*
**
* The EnergyConnection fields for this RegulatingConductingEquipment.
*
*
* .zepben.protobuf.cim.iec61970.base.wires.EnergyConnection ec = 1;
*/
com.zepben.protobuf.cim.iec61970.base.wires.EnergyConnectionOrBuilder getEcOrBuilder();
/**
*
**
* Specifies the regulation status of the equipment. True is regulating, false is not regulating.
*
*
* bool controlEnabled = 2;
* @return The controlEnabled.
*/
boolean getControlEnabled();
/**
*
**
* The MRID of the regulating control scheme in which this equipment participates.
*
*
* string regulatingControlMRID = 3;
* @return The regulatingControlMRID.
*/
java.lang.String getRegulatingControlMRID();
/**
*
**
* The MRID of the regulating control scheme in which this equipment participates.
*
*
* string regulatingControlMRID = 3;
* @return The bytes for regulatingControlMRID.
*/
com.google.protobuf.ByteString
getRegulatingControlMRIDBytes();
}