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

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

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

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

  /**
   * 
   **
   * The WireInfo fields for this CableInfo
   * 
* * .zepben.protobuf.cim.iec61968.assetinfo.WireInfo wi = 1; * @return Whether the wi field is set. */ boolean hasWi(); /** *
   **
   * The WireInfo fields for this CableInfo
   * 
* * .zepben.protobuf.cim.iec61968.assetinfo.WireInfo wi = 1; * @return The wi. */ com.zepben.protobuf.cim.iec61968.assetinfo.WireInfo getWi(); /** *
   **
   * The WireInfo fields for this CableInfo
   * 
* * .zepben.protobuf.cim.iec61968.assetinfo.WireInfo wi = 1; */ com.zepben.protobuf.cim.iec61968.assetinfo.WireInfoOrBuilder getWiOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy