All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.zepben.protobuf.cim.iec61970.base.wires.TransformerEndRatedSOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.32.0-SNAPSHOT2
Show newest version
// 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(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy