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

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

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

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

  /**
   * 
   **
   * The AssetInfo fields for this SwitchInfo.
   * 
* * .zepben.protobuf.cim.iec61968.assets.AssetInfo ai = 1; * @return Whether the ai field is set. */ boolean hasAi(); /** *
   **
   * The AssetInfo fields for this SwitchInfo.
   * 
* * .zepben.protobuf.cim.iec61968.assets.AssetInfo ai = 1; * @return The ai. */ com.zepben.protobuf.cim.iec61968.assets.AssetInfo getAi(); /** *
   **
   * The AssetInfo fields for this SwitchInfo.
   * 
* * .zepben.protobuf.cim.iec61968.assets.AssetInfo ai = 1; */ com.zepben.protobuf.cim.iec61968.assets.AssetInfoOrBuilder getAiOrBuilder(); /** *
   **
   * Switch rated interrupting time in seconds.
   * 
* * double ratedInterruptingTime = 2; * @return The ratedInterruptingTime. */ double getRatedInterruptingTime(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy