com.zepben.protobuf.cim.iec61970.base.meas.AnalogOrBuilder 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/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();
}