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

org.openlca.proto.ProtoDQIndicatorOrBuilder 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 ProtoDQIndicatorOrBuilder extends
    // @@protoc_insertion_point(interface_extends:protolca.ProtoDQIndicator)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string name = 1;
   * @return The name.
   */
  java.lang.String getName();
  /**
   * string name = 1;
   * @return The bytes for name.
   */
  com.google.protobuf.ByteString
      getNameBytes();

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

  /**
   * repeated .protolca.ProtoDQScore scores = 3;
   */
  java.util.List 
      getScoresList();
  /**
   * repeated .protolca.ProtoDQScore scores = 3;
   */
  org.openlca.proto.ProtoDQScore getScores(int index);
  /**
   * repeated .protolca.ProtoDQScore scores = 3;
   */
  int getScoresCount();
  /**
   * repeated .protolca.ProtoDQScore scores = 3;
   */
  java.util.List 
      getScoresOrBuilderList();
  /**
   * repeated .protolca.ProtoDQScore scores = 3;
   */
  org.openlca.proto.ProtoDQScoreOrBuilder getScoresOrBuilder(
      int index);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy