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

com.zepben.protobuf.cim.iec61968.assetinfo.TransformerTestOrBuilder 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/iec61968/assetinfo/TransformerTest.proto

package com.zepben.protobuf.cim.iec61968.assetinfo;

public interface TransformerTestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:zepben.protobuf.cim.iec61968.assetinfo.TransformerTest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   **
   * IdentifiedObject fields for this TransformerTest.
   * 
* * .zepben.protobuf.cim.iec61970.base.core.IdentifiedObject io = 1; * @return Whether the io field is set. */ boolean hasIo(); /** *
   **
   * IdentifiedObject fields for this TransformerTest.
   * 
* * .zepben.protobuf.cim.iec61970.base.core.IdentifiedObject io = 1; * @return The io. */ com.zepben.protobuf.cim.iec61970.base.core.IdentifiedObject getIo(); /** *
   **
   * IdentifiedObject fields for this TransformerTest.
   * 
* * .zepben.protobuf.cim.iec61970.base.core.IdentifiedObject io = 1; */ com.zepben.protobuf.cim.iec61970.base.core.IdentifiedObjectOrBuilder getIoOrBuilder(); /** *
   **
   * Base power at which the tests are conducted, usually equal to the ratedS of one of the involved transformer ends.
   * 
* * int32 basePower = 2; * @return The basePower. */ int getBasePower(); /** *
   **
   * Temperature at which the test is conducted.
   * 
* * double temperature = 3; * @return The temperature. */ double getTemperature(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy