com.zepben.protobuf.cim.iec61970.base.wires.TransformerEndRatedSOrBuilder 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/TransformerEndRatedS.proto
package com.zepben.protobuf.cim.iec61970.base.wires;
public interface TransformerEndRatedSOrBuilder extends
// @@protoc_insertion_point(interface_extends:zepben.protobuf.cim.iec61970.base.wires.TransformerEndRatedS)
com.google.protobuf.MessageOrBuilder {
/**
*
**
* The cooling type for this rating.
*
*
* .zepben.protobuf.cim.iec61970.base.wires.TransformerCoolingType coolingType = 2;
* @return The enum numeric value on the wire for coolingType.
*/
int getCoolingTypeValue();
/**
*
**
* The cooling type for this rating.
*
*
* .zepben.protobuf.cim.iec61970.base.wires.TransformerCoolingType coolingType = 2;
* @return The coolingType.
*/
com.zepben.protobuf.cim.iec61970.base.wires.TransformerCoolingType getCoolingType();
/**
*
**
* The normal apparent power rating for this cooling type.
*
*
* int32 ratedS = 3;
* @return The ratedS.
*/
int getRatedS();
}