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

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

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

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

  /**
   * 
   **
   * MeasurementValue fields for this AccumulatorValue.
   * 
* * .zepben.protobuf.cim.iec61970.base.meas.MeasurementValue mv = 1; * @return Whether the mv field is set. */ boolean hasMv(); /** *
   **
   * MeasurementValue fields for this AccumulatorValue.
   * 
* * .zepben.protobuf.cim.iec61970.base.meas.MeasurementValue mv = 1; * @return The mv. */ com.zepben.protobuf.cim.iec61970.base.meas.MeasurementValue getMv(); /** *
   **
   * MeasurementValue fields for this AccumulatorValue.
   * 
* * .zepben.protobuf.cim.iec61970.base.meas.MeasurementValue mv = 1; */ com.zepben.protobuf.cim.iec61970.base.meas.MeasurementValueOrBuilder getMvOrBuilder(); /** *
   **
   * An accumulator value object is part of an accumulator.
   * 
* * string accumulatorMRID = 2; * @return The accumulatorMRID. */ java.lang.String getAccumulatorMRID(); /** *
   **
   * An accumulator value object is part of an accumulator.
   * 
* * string accumulatorMRID = 2; * @return The bytes for accumulatorMRID. */ com.google.protobuf.ByteString getAccumulatorMRIDBytes(); /** *
   **
   * The value to supervise. The value is positive.
   * 
* * uint32 value = 3; * @return The value. */ int getValue(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy