com.zepben.protobuf.cim.iec61970.base.wires.PerLengthImpedanceOrBuilder 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/PerLengthImpedance.proto
package com.zepben.protobuf.cim.iec61970.base.wires;
public interface PerLengthImpedanceOrBuilder extends
// @@protoc_insertion_point(interface_extends:zepben.protobuf.cim.iec61970.base.wires.PerLengthImpedance)
com.google.protobuf.MessageOrBuilder {
/**
*
**
* PerLengthLineParameter fields for this PerLengthSequenceImpedance.
*
*
* .zepben.protobuf.cim.iec61970.base.wires.PerLengthLineParameter lp = 1;
* @return Whether the lp field is set.
*/
boolean hasLp();
/**
*
**
* PerLengthLineParameter fields for this PerLengthSequenceImpedance.
*
*
* .zepben.protobuf.cim.iec61970.base.wires.PerLengthLineParameter lp = 1;
* @return The lp.
*/
com.zepben.protobuf.cim.iec61970.base.wires.PerLengthLineParameter getLp();
/**
*
**
* PerLengthLineParameter fields for this PerLengthSequenceImpedance.
*
*
* .zepben.protobuf.cim.iec61970.base.wires.PerLengthLineParameter lp = 1;
*/
com.zepben.protobuf.cim.iec61970.base.wires.PerLengthLineParameterOrBuilder getLpOrBuilder();
}