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

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

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

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

  /**
   * 
   **
   * The Switch fields for this ProtectedSwitch.
   * 
* * .zepben.protobuf.cim.iec61970.base.wires.Switch sw = 1; * @return Whether the sw field is set. */ boolean hasSw(); /** *
   **
   * The Switch fields for this ProtectedSwitch.
   * 
* * .zepben.protobuf.cim.iec61970.base.wires.Switch sw = 1; * @return The sw. */ com.zepben.protobuf.cim.iec61970.base.wires.Switch getSw(); /** *
   **
   * The Switch fields for this ProtectedSwitch.
   * 
* * .zepben.protobuf.cim.iec61970.base.wires.Switch sw = 1; */ com.zepben.protobuf.cim.iec61970.base.wires.SwitchOrBuilder getSwOrBuilder(); /** *
   **
   * The maximum fault current in amps a breaking device can break safely under prescribed conditions of use.
   * 
* * int32 breakingCapacity = 2; * @return The breakingCapacity. */ int getBreakingCapacity(); /** *
   **
   * The ProtectionRelayFunctions operating this ProtectedSwitch.
   * 
* * repeated string relayFunctionMRIDs = 3; * @return A list containing the relayFunctionMRIDs. */ java.util.List getRelayFunctionMRIDsList(); /** *
   **
   * The ProtectionRelayFunctions operating this ProtectedSwitch.
   * 
* * repeated string relayFunctionMRIDs = 3; * @return The count of relayFunctionMRIDs. */ int getRelayFunctionMRIDsCount(); /** *
   **
   * The ProtectionRelayFunctions operating this ProtectedSwitch.
   * 
* * repeated string relayFunctionMRIDs = 3; * @param index The index of the element to return. * @return The relayFunctionMRIDs at the given index. */ java.lang.String getRelayFunctionMRIDs(int index); /** *
   **
   * The ProtectionRelayFunctions operating this ProtectedSwitch.
   * 
* * repeated string relayFunctionMRIDs = 3; * @param index The index of the value to return. * @return The bytes of the relayFunctionMRIDs at the given index. */ com.google.protobuf.ByteString getRelayFunctionMRIDsBytes(int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy