com.zepben.protobuf.cim.iec61970.base.wires.LineOrBuilder 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/Line.proto
package com.zepben.protobuf.cim.iec61970.base.wires;
public interface LineOrBuilder extends
// @@protoc_insertion_point(interface_extends:zepben.protobuf.cim.iec61970.base.wires.Line)
com.google.protobuf.MessageOrBuilder {
/**
*
**
* EquipmentContainer fields for this Line.
*
*
* .zepben.protobuf.cim.iec61970.base.core.EquipmentContainer ec = 1;
* @return Whether the ec field is set.
*/
boolean hasEc();
/**
*
**
* EquipmentContainer fields for this Line.
*
*
* .zepben.protobuf.cim.iec61970.base.core.EquipmentContainer ec = 1;
* @return The ec.
*/
com.zepben.protobuf.cim.iec61970.base.core.EquipmentContainer getEc();
/**
*
**
* EquipmentContainer fields for this Line.
*
*
* .zepben.protobuf.cim.iec61970.base.core.EquipmentContainer ec = 1;
*/
com.zepben.protobuf.cim.iec61970.base.core.EquipmentContainerOrBuilder getEcOrBuilder();
}