All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.zepben.protobuf.cim.iec61970.base.wires.RegulatingCondEqOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.32.0-SNAPSHOT2
Show newest version
// 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(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy