com.zepben.protobuf.cim.iec61970.base.wires.ReactiveCapabilityCurveOrBuilder 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/wires/ReactiveCapabilityCurve.proto
package com.zepben.protobuf.cim.iec61970.base.wires;
public interface ReactiveCapabilityCurveOrBuilder extends
// @@protoc_insertion_point(interface_extends:zepben.protobuf.cim.iec61970.base.wires.ReactiveCapabilityCurve)
com.google.protobuf.MessageOrBuilder {
/**
*
**
* The Curve fields for this EarthFaultCompensator.
*
*
* .zepben.protobuf.cim.iec61970.base.core.Curve c = 1;
* @return Whether the c field is set.
*/
boolean hasC();
/**
*
**
* The Curve fields for this EarthFaultCompensator.
*
*
* .zepben.protobuf.cim.iec61970.base.core.Curve c = 1;
* @return The c.
*/
com.zepben.protobuf.cim.iec61970.base.core.Curve getC();
/**
*
**
* The Curve fields for this EarthFaultCompensator.
*
*
* .zepben.protobuf.cim.iec61970.base.core.Curve c = 1;
*/
com.zepben.protobuf.cim.iec61970.base.core.CurveOrBuilder getCOrBuilder();
}