com.zepben.protobuf.cim.iec61968.assetinfo.WireInfoOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of evolve-grpc Show documentation
Show all versions of evolve-grpc Show documentation
Protobuf and gRPC definitions for the evolve platform
// 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();
}