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

com.zepben.protobuf.cim.iec61968.common.PositionPointOrBuilder 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/common/PositionPoint.proto

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

public interface PositionPointOrBuilder extends
    // @@protoc_insertion_point(interface_extends:zepben.protobuf.cim.iec61968.common.PositionPoint)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   **
   * X axis position.
   * 
* * double xPosition = 1; * @return The xPosition. */ double getXPosition(); /** *
   **
   * Y axis position.
   * 
* * double yPosition = 2; * @return The yPosition. */ double getYPosition(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy