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

com.zepben.protobuf.cim.iec61968.assets.StreetlightOrBuilder 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/assets/Streetlight.proto

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

public interface StreetlightOrBuilder extends
    // @@protoc_insertion_point(interface_extends:zepben.protobuf.cim.iec61968.assets.Streetlight)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   **
   * The Structure fields for this Pole
   * 
* * .zepben.protobuf.cim.iec61968.assets.Asset at = 1; * @return Whether the at field is set. */ boolean hasAt(); /** *
   **
   * The Structure fields for this Pole
   * 
* * .zepben.protobuf.cim.iec61968.assets.Asset at = 1; * @return The at. */ com.zepben.protobuf.cim.iec61968.assets.Asset getAt(); /** *
   **
   * The Structure fields for this Pole
   * 
* * .zepben.protobuf.cim.iec61968.assets.Asset at = 1; */ com.zepben.protobuf.cim.iec61968.assets.AssetOrBuilder getAtOrBuilder(); /** *
   **
   * The Pole this Streetlight is attached to.
   * 
* * string poleMRID = 2; * @return The poleMRID. */ java.lang.String getPoleMRID(); /** *
   **
   * The Pole this Streetlight is attached to.
   * 
* * string poleMRID = 2; * @return The bytes for poleMRID. */ com.google.protobuf.ByteString getPoleMRIDBytes(); /** *
   **
   * The kind of lamp for this Streetlight
   * 
* * .zepben.protobuf.cim.iec61968.assets.StreetlightLampKind lampKind = 3; * @return The enum numeric value on the wire for lampKind. */ int getLampKindValue(); /** *
   **
   * The kind of lamp for this Streetlight
   * 
* * .zepben.protobuf.cim.iec61968.assets.StreetlightLampKind lampKind = 3; * @return The lampKind. */ com.zepben.protobuf.cim.iec61968.assets.StreetlightLampKind getLampKind(); /** *
   **
   * The power rating of the light.
   * 
* * uint32 lightRating = 4; * @return The lightRating. */ int getLightRating(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy