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

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

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

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

  /**
   * 
   **
   * AssetInfo fields for this WireInfo
   * 
* * .zepben.protobuf.cim.iec61968.assets.AssetInfo ai = 1; * @return Whether the ai field is set. */ boolean hasAi(); /** *
   **
   * AssetInfo fields for this WireInfo
   * 
* * .zepben.protobuf.cim.iec61968.assets.AssetInfo ai = 1; * @return The ai. */ com.zepben.protobuf.cim.iec61968.assets.AssetInfo getAi(); /** *
   **
   * AssetInfo fields for this WireInfo
   * 
* * .zepben.protobuf.cim.iec61968.assets.AssetInfo ai = 1; */ com.zepben.protobuf.cim.iec61968.assets.AssetInfoOrBuilder getAiOrBuilder(); /** *
   **
   * Current carrying capacity of the wire under stated thermal conditions.
   * 
* * int32 ratedCurrent = 2; * @return The ratedCurrent. */ int getRatedCurrent(); /** *
   **
   * Conductor material.
   * 
* * .zepben.protobuf.cim.iec61968.assetinfo.WireMaterialKind material = 3; * @return The enum numeric value on the wire for material. */ int getMaterialValue(); /** *
   **
   * Conductor material.
   * 
* * .zepben.protobuf.cim.iec61968.assetinfo.WireMaterialKind material = 3; * @return The material. */ com.zepben.protobuf.cim.iec61968.assetinfo.WireMaterialKind getMaterial(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy