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