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

com.zepben.protobuf.cim.iec61970.base.wires.JumperOrBuilder 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/iec61970/base/wires/Jumper.proto

package com.zepben.protobuf.cim.iec61970.base.wires;

public interface JumperOrBuilder extends
    // @@protoc_insertion_point(interface_extends:zepben.protobuf.cim.iec61970.base.wires.Jumper)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   **
   * Switch fields for this Jumper.
   * 
* * .zepben.protobuf.cim.iec61970.base.wires.Switch sw = 1; * @return Whether the sw field is set. */ boolean hasSw(); /** *
   **
   * Switch fields for this Jumper.
   * 
* * .zepben.protobuf.cim.iec61970.base.wires.Switch sw = 1; * @return The sw. */ com.zepben.protobuf.cim.iec61970.base.wires.Switch getSw(); /** *
   **
   * Switch fields for this Jumper.
   * 
* * .zepben.protobuf.cim.iec61970.base.wires.Switch sw = 1; */ com.zepben.protobuf.cim.iec61970.base.wires.SwitchOrBuilder getSwOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy