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

com.zepben.protobuf.cim.iec61970.base.auxiliaryequipment.SensorOrBuilder 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/auxiliaryequipment/Sensor.proto

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

public interface SensorOrBuilder extends
    // @@protoc_insertion_point(interface_extends:zepben.protobuf.cim.iec61970.base.auxiliaryequipment.Sensor)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   **
   * The AuxiliaryEquipment fields for this Sensor.
   * 
* * .zepben.protobuf.cim.iec61970.base.auxiliaryequipment.AuxiliaryEquipment ae = 1; * @return Whether the ae field is set. */ boolean hasAe(); /** *
   **
   * The AuxiliaryEquipment fields for this Sensor.
   * 
* * .zepben.protobuf.cim.iec61970.base.auxiliaryequipment.AuxiliaryEquipment ae = 1; * @return The ae. */ com.zepben.protobuf.cim.iec61970.base.auxiliaryequipment.AuxiliaryEquipment getAe(); /** *
   **
   * The AuxiliaryEquipment fields for this Sensor.
   * 
* * .zepben.protobuf.cim.iec61970.base.auxiliaryequipment.AuxiliaryEquipment ae = 1; */ com.zepben.protobuf.cim.iec61970.base.auxiliaryequipment.AuxiliaryEquipmentOrBuilder getAeOrBuilder(); /** *
   **
   * The relay functions influenced by this Sensor.
   * 
* * repeated string relayFunctionMRIDs = 2; * @return A list containing the relayFunctionMRIDs. */ java.util.List getRelayFunctionMRIDsList(); /** *
   **
   * The relay functions influenced by this Sensor.
   * 
* * repeated string relayFunctionMRIDs = 2; * @return The count of relayFunctionMRIDs. */ int getRelayFunctionMRIDsCount(); /** *
   **
   * The relay functions influenced by this Sensor.
   * 
* * repeated string relayFunctionMRIDs = 2; * @param index The index of the element to return. * @return The relayFunctionMRIDs at the given index. */ java.lang.String getRelayFunctionMRIDs(int index); /** *
   **
   * The relay functions influenced by this Sensor.
   * 
* * repeated string relayFunctionMRIDs = 2; * @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