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

com.zepben.protobuf.cim.iec61970.base.meas.AnalogOrBuilder 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/meas/Analog.proto

package com.zepben.protobuf.cim.iec61970.base.meas;

public interface AnalogOrBuilder extends
    // @@protoc_insertion_point(interface_extends:zepben.protobuf.cim.iec61970.base.meas.Analog)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   **
   * Measurement fields for this Analog.
   * 
* * .zepben.protobuf.cim.iec61970.base.meas.Measurement measurement = 1; * @return Whether the measurement field is set. */ boolean hasMeasurement(); /** *
   **
   * Measurement fields for this Analog.
   * 
* * .zepben.protobuf.cim.iec61970.base.meas.Measurement measurement = 1; * @return The measurement. */ com.zepben.protobuf.cim.iec61970.base.meas.Measurement getMeasurement(); /** *
   **
   * Measurement fields for this Analog.
   * 
* * .zepben.protobuf.cim.iec61970.base.meas.Measurement measurement = 1; */ com.zepben.protobuf.cim.iec61970.base.meas.MeasurementOrBuilder getMeasurementOrBuilder(); /** *
   **
   * If true then this measurement is an active power, 
   * reactive power or current with the convention that a 
   * positive value measured at the Terminal means power is 
   * flowing into the related PowerSystemResource.
   * 
* * bool positiveFlowIn = 3; * @return The positiveFlowIn. */ boolean getPositiveFlowIn(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy