com.zepben.protobuf.cim.iec61970.base.auxiliaryequipment.PotentialTransformerOrBuilder 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/auxiliaryequipment/PotentialTransformer.proto
package com.zepben.protobuf.cim.iec61970.base.auxiliaryequipment;
public interface PotentialTransformerOrBuilder extends
// @@protoc_insertion_point(interface_extends:zepben.protobuf.cim.iec61970.base.auxiliaryequipment.PotentialTransformer)
com.google.protobuf.MessageOrBuilder {
/**
*
**
* The Sensor fields for this PotentialTransformer
*
*
* .zepben.protobuf.cim.iec61970.base.auxiliaryequipment.Sensor sn = 1;
* @return Whether the sn field is set.
*/
boolean hasSn();
/**
*
**
* The Sensor fields for this PotentialTransformer
*
*
* .zepben.protobuf.cim.iec61970.base.auxiliaryequipment.Sensor sn = 1;
* @return The sn.
*/
com.zepben.protobuf.cim.iec61970.base.auxiliaryequipment.Sensor getSn();
/**
*
**
* The Sensor fields for this PotentialTransformer
*
*
* .zepben.protobuf.cim.iec61970.base.auxiliaryequipment.Sensor sn = 1;
*/
com.zepben.protobuf.cim.iec61970.base.auxiliaryequipment.SensorOrBuilder getSnOrBuilder();
/**
*
**
* Potential transformer construction type.
*
*
* .zepben.protobuf.cim.iec61970.base.auxiliaryequipment.PotentialTransformerKind type = 2;
* @return The enum numeric value on the wire for type.
*/
int getTypeValue();
/**
*
**
* Potential transformer construction type.
*
*
* .zepben.protobuf.cim.iec61970.base.auxiliaryequipment.PotentialTransformerKind type = 2;
* @return The type.
*/
com.zepben.protobuf.cim.iec61970.base.auxiliaryequipment.PotentialTransformerKind getType();
}