com.zepben.protobuf.cim.iec61970.base.wires.JunctionOrBuilder 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/Junction.proto
package com.zepben.protobuf.cim.iec61970.base.wires;
public interface JunctionOrBuilder extends
// @@protoc_insertion_point(interface_extends:zepben.protobuf.cim.iec61970.base.wires.Junction)
com.google.protobuf.MessageOrBuilder {
/**
*
**
* Connector fields for this Junction.
*
*
* .zepben.protobuf.cim.iec61970.base.wires.Connector cn = 1;
* @return Whether the cn field is set.
*/
boolean hasCn();
/**
*
**
* Connector fields for this Junction.
*
*
* .zepben.protobuf.cim.iec61970.base.wires.Connector cn = 1;
* @return The cn.
*/
com.zepben.protobuf.cim.iec61970.base.wires.Connector getCn();
/**
*
**
* Connector fields for this Junction.
*
*
* .zepben.protobuf.cim.iec61970.base.wires.Connector cn = 1;
*/
com.zepben.protobuf.cim.iec61970.base.wires.ConnectorOrBuilder getCnOrBuilder();
}