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

org.openlca.proto.ProtoDQScoreOrBuilder Maven / Gradle / Ivy

There is a newer version: 2.0.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: olca.proto

package org.openlca.proto;

public interface ProtoDQScoreOrBuilder extends
    // @@protoc_insertion_point(interface_extends:protolca.ProtoDQScore)
    com.google.protobuf.MessageOrBuilder {

  /**
   * int32 position = 1;
   * @return The position.
   */
  int getPosition();

  /**
   * string label = 2;
   * @return The label.
   */
  java.lang.String getLabel();
  /**
   * string label = 2;
   * @return The bytes for label.
   */
  com.google.protobuf.ByteString
      getLabelBytes();

  /**
   * string description = 3;
   * @return The description.
   */
  java.lang.String getDescription();
  /**
   * string description = 3;
   * @return The bytes for description.
   */
  com.google.protobuf.ByteString
      getDescriptionBytes();

  /**
   * double uncertainty = 4;
   * @return The uncertainty.
   */
  double getUncertainty();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy