com.zepben.protobuf.cim.iec61970.base.wires.EnergySourcePhaseOrBuilder 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/EnergySourcePhase.proto
package com.zepben.protobuf.cim.iec61970.base.wires;
public interface EnergySourcePhaseOrBuilder extends
// @@protoc_insertion_point(interface_extends:zepben.protobuf.cim.iec61970.base.wires.EnergySourcePhase)
com.google.protobuf.MessageOrBuilder {
/**
*
**
* PowerSystemResource fields for this EnergySourcePhase.
*
*
* .zepben.protobuf.cim.iec61970.base.core.PowerSystemResource psr = 1;
* @return Whether the psr field is set.
*/
boolean hasPsr();
/**
*
**
* PowerSystemResource fields for this EnergySourcePhase.
*
*
* .zepben.protobuf.cim.iec61970.base.core.PowerSystemResource psr = 1;
* @return The psr.
*/
com.zepben.protobuf.cim.iec61970.base.core.PowerSystemResource getPsr();
/**
*
**
* PowerSystemResource fields for this EnergySourcePhase.
*
*
* .zepben.protobuf.cim.iec61970.base.core.PowerSystemResource psr = 1;
*/
com.zepben.protobuf.cim.iec61970.base.core.PowerSystemResourceOrBuilder getPsrOrBuilder();
/**
*
**
* The energy source to which the phase belongs.
*
*
* string energySourceMRID = 2;
* @return The energySourceMRID.
*/
java.lang.String getEnergySourceMRID();
/**
*
**
* The energy source to which the phase belongs.
*
*
* string energySourceMRID = 2;
* @return The bytes for energySourceMRID.
*/
com.google.protobuf.ByteString
getEnergySourceMRIDBytes();
/**
*
**
* Phase of this energy source component. If the energy source wye connected, the connection is from the indicated phase
* to the central ground or neutral point. If the energy source is delta connected, the phase indicates an energy source connected
* from the indicated phase to the next logical non-neutral phase.
*
*
* .zepben.protobuf.cim.iec61970.base.wires.SinglePhaseKind phase = 3;
* @return The enum numeric value on the wire for phase.
*/
int getPhaseValue();
/**
*
**
* Phase of this energy source component. If the energy source wye connected, the connection is from the indicated phase
* to the central ground or neutral point. If the energy source is delta connected, the phase indicates an energy source connected
* from the indicated phase to the next logical non-neutral phase.
*
*
* .zepben.protobuf.cim.iec61970.base.wires.SinglePhaseKind phase = 3;
* @return The phase.
*/
com.zepben.protobuf.cim.iec61970.base.wires.SinglePhaseKind getPhase();
}