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