com.zepben.protobuf.cim.iec61970.base.meas.DiscreteOrBuilder 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/Discrete.proto
package com.zepben.protobuf.cim.iec61970.base.meas;
public interface DiscreteOrBuilder extends
// @@protoc_insertion_point(interface_extends:zepben.protobuf.cim.iec61970.base.meas.Discrete)
com.google.protobuf.MessageOrBuilder {
/**
*
**
* Measurement fields for this Discrete.
*
*
* .zepben.protobuf.cim.iec61970.base.meas.Measurement measurement = 1;
* @return Whether the measurement field is set.
*/
boolean hasMeasurement();
/**
*
**
* Measurement fields for this Discrete.
*
*
* .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 Discrete.
*
*
* .zepben.protobuf.cim.iec61970.base.meas.Measurement measurement = 1;
*/
com.zepben.protobuf.cim.iec61970.base.meas.MeasurementOrBuilder getMeasurementOrBuilder();
}