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

com.zepben.protobuf.cim.iec61970.base.wires.GroundingImpedanceOrBuilder 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/GroundingImpedance.proto

package com.zepben.protobuf.cim.iec61970.base.wires;

public interface GroundingImpedanceOrBuilder extends
    // @@protoc_insertion_point(interface_extends:zepben.protobuf.cim.iec61970.base.wires.GroundingImpedance)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   **
   * The EarthFaultCompensator fields for this EarthFaultCompensator.
   * 
* * .zepben.protobuf.cim.iec61970.base.wires.EarthFaultCompensator efc = 1; * @return Whether the efc field is set. */ boolean hasEfc(); /** *
   **
   * The EarthFaultCompensator fields for this EarthFaultCompensator.
   * 
* * .zepben.protobuf.cim.iec61970.base.wires.EarthFaultCompensator efc = 1; * @return The efc. */ com.zepben.protobuf.cim.iec61970.base.wires.EarthFaultCompensator getEfc(); /** *
   **
   * The EarthFaultCompensator fields for this EarthFaultCompensator.
   * 
* * .zepben.protobuf.cim.iec61970.base.wires.EarthFaultCompensator efc = 1; */ com.zepben.protobuf.cim.iec61970.base.wires.EarthFaultCompensatorOrBuilder getEfcOrBuilder(); /** *
   **
   * Reactance of device in ohms.
   * 
* * double x = 2; * @return The x. */ double getX(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy