com.zepben.protobuf.cim.iec61970.base.wires.EnergyConnectionOrBuilder 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/EnergyConnection.proto
package com.zepben.protobuf.cim.iec61970.base.wires;
public interface EnergyConnectionOrBuilder extends
// @@protoc_insertion_point(interface_extends:zepben.protobuf.cim.iec61970.base.wires.EnergyConnection)
com.google.protobuf.MessageOrBuilder {
/**
*
**
* The ConductingEquipment fields for this EnergyConnection.
*
*
* .zepben.protobuf.cim.iec61970.base.core.ConductingEquipment ce = 1;
* @return Whether the ce field is set.
*/
boolean hasCe();
/**
*
**
* The ConductingEquipment fields for this EnergyConnection.
*
*
* .zepben.protobuf.cim.iec61970.base.core.ConductingEquipment ce = 1;
* @return The ce.
*/
com.zepben.protobuf.cim.iec61970.base.core.ConductingEquipment getCe();
/**
*
**
* The ConductingEquipment fields for this EnergyConnection.
*
*
* .zepben.protobuf.cim.iec61970.base.core.ConductingEquipment ce = 1;
*/
com.zepben.protobuf.cim.iec61970.base.core.ConductingEquipmentOrBuilder getCeOrBuilder();
}