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

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

  /**
   * string time_description = 1;
   * @return The timeDescription.
   */
  java.lang.String getTimeDescription();
  /**
   * string time_description = 1;
   * @return The bytes for timeDescription.
   */
  com.google.protobuf.ByteString
      getTimeDescriptionBytes();

  /**
   * string valid_until = 2;
   * @return The validUntil.
   */
  java.lang.String getValidUntil();
  /**
   * string valid_until = 2;
   * @return The bytes for validUntil.
   */
  com.google.protobuf.ByteString
      getValidUntilBytes();

  /**
   * string valid_from = 3;
   * @return The validFrom.
   */
  java.lang.String getValidFrom();
  /**
   * string valid_from = 3;
   * @return The bytes for validFrom.
   */
  com.google.protobuf.ByteString
      getValidFromBytes();

  /**
   * string technology_description = 4;
   * @return The technologyDescription.
   */
  java.lang.String getTechnologyDescription();
  /**
   * string technology_description = 4;
   * @return The bytes for technologyDescription.
   */
  com.google.protobuf.ByteString
      getTechnologyDescriptionBytes();

  /**
   * string data_collection_description = 5;
   * @return The dataCollectionDescription.
   */
  java.lang.String getDataCollectionDescription();
  /**
   * string data_collection_description = 5;
   * @return The bytes for dataCollectionDescription.
   */
  com.google.protobuf.ByteString
      getDataCollectionDescriptionBytes();

  /**
   * string completeness_description = 6;
   * @return The completenessDescription.
   */
  java.lang.String getCompletenessDescription();
  /**
   * string completeness_description = 6;
   * @return The bytes for completenessDescription.
   */
  com.google.protobuf.ByteString
      getCompletenessDescriptionBytes();

  /**
   * string data_selection_description = 7;
   * @return The dataSelectionDescription.
   */
  java.lang.String getDataSelectionDescription();
  /**
   * string data_selection_description = 7;
   * @return The bytes for dataSelectionDescription.
   */
  com.google.protobuf.ByteString
      getDataSelectionDescriptionBytes();

  /**
   * string review_details = 8;
   * @return The reviewDetails.
   */
  java.lang.String getReviewDetails();
  /**
   * string review_details = 8;
   * @return The bytes for reviewDetails.
   */
  com.google.protobuf.ByteString
      getReviewDetailsBytes();

  /**
   * string data_treatment_description = 9;
   * @return The dataTreatmentDescription.
   */
  java.lang.String getDataTreatmentDescription();
  /**
   * string data_treatment_description = 9;
   * @return The bytes for dataTreatmentDescription.
   */
  com.google.protobuf.ByteString
      getDataTreatmentDescriptionBytes();

  /**
   * string inventory_method_description = 10;
   * @return The inventoryMethodDescription.
   */
  java.lang.String getInventoryMethodDescription();
  /**
   * string inventory_method_description = 10;
   * @return The bytes for inventoryMethodDescription.
   */
  com.google.protobuf.ByteString
      getInventoryMethodDescriptionBytes();

  /**
   * string modeling_constants_description = 11;
   * @return The modelingConstantsDescription.
   */
  java.lang.String getModelingConstantsDescription();
  /**
   * string modeling_constants_description = 11;
   * @return The bytes for modelingConstantsDescription.
   */
  com.google.protobuf.ByteString
      getModelingConstantsDescriptionBytes();

  /**
   * .protolca.ProtoRef reviewer = 12;
   * @return Whether the reviewer field is set.
   */
  boolean hasReviewer();
  /**
   * .protolca.ProtoRef reviewer = 12;
   * @return The reviewer.
   */
  org.openlca.proto.ProtoRef getReviewer();
  /**
   * .protolca.ProtoRef reviewer = 12;
   */
  org.openlca.proto.ProtoRefOrBuilder getReviewerOrBuilder();

  /**
   * string sampling_description = 13;
   * @return The samplingDescription.
   */
  java.lang.String getSamplingDescription();
  /**
   * string sampling_description = 13;
   * @return The bytes for samplingDescription.
   */
  com.google.protobuf.ByteString
      getSamplingDescriptionBytes();

  /**
   * repeated .protolca.ProtoRef sources = 14;
   */
  java.util.List 
      getSourcesList();
  /**
   * repeated .protolca.ProtoRef sources = 14;
   */
  org.openlca.proto.ProtoRef getSources(int index);
  /**
   * repeated .protolca.ProtoRef sources = 14;
   */
  int getSourcesCount();
  /**
   * repeated .protolca.ProtoRef sources = 14;
   */
  java.util.List 
      getSourcesOrBuilderList();
  /**
   * repeated .protolca.ProtoRef sources = 14;
   */
  org.openlca.proto.ProtoRefOrBuilder getSourcesOrBuilder(
      int index);

  /**
   * string restrictions_description = 15;
   * @return The restrictionsDescription.
   */
  java.lang.String getRestrictionsDescription();
  /**
   * string restrictions_description = 15;
   * @return The bytes for restrictionsDescription.
   */
  com.google.protobuf.ByteString
      getRestrictionsDescriptionBytes();

  /**
   * bool copyright = 16;
   * @return The copyright.
   */
  boolean getCopyright();

  /**
   * string creation_date = 17;
   * @return The creationDate.
   */
  java.lang.String getCreationDate();
  /**
   * string creation_date = 17;
   * @return The bytes for creationDate.
   */
  com.google.protobuf.ByteString
      getCreationDateBytes();

  /**
   * .protolca.ProtoRef data_documentor = 18;
   * @return Whether the dataDocumentor field is set.
   */
  boolean hasDataDocumentor();
  /**
   * .protolca.ProtoRef data_documentor = 18;
   * @return The dataDocumentor.
   */
  org.openlca.proto.ProtoRef getDataDocumentor();
  /**
   * .protolca.ProtoRef data_documentor = 18;
   */
  org.openlca.proto.ProtoRefOrBuilder getDataDocumentorOrBuilder();

  /**
   * .protolca.ProtoRef data_generator = 19;
   * @return Whether the dataGenerator field is set.
   */
  boolean hasDataGenerator();
  /**
   * .protolca.ProtoRef data_generator = 19;
   * @return The dataGenerator.
   */
  org.openlca.proto.ProtoRef getDataGenerator();
  /**
   * .protolca.ProtoRef data_generator = 19;
   */
  org.openlca.proto.ProtoRefOrBuilder getDataGeneratorOrBuilder();

  /**
   * .protolca.ProtoRef data_set_owner = 20;
   * @return Whether the dataSetOwner field is set.
   */
  boolean hasDataSetOwner();
  /**
   * .protolca.ProtoRef data_set_owner = 20;
   * @return The dataSetOwner.
   */
  org.openlca.proto.ProtoRef getDataSetOwner();
  /**
   * .protolca.ProtoRef data_set_owner = 20;
   */
  org.openlca.proto.ProtoRefOrBuilder getDataSetOwnerOrBuilder();

  /**
   * string intended_application = 21;
   * @return The intendedApplication.
   */
  java.lang.String getIntendedApplication();
  /**
   * string intended_application = 21;
   * @return The bytes for intendedApplication.
   */
  com.google.protobuf.ByteString
      getIntendedApplicationBytes();

  /**
   * string project_description = 22;
   * @return The projectDescription.
   */
  java.lang.String getProjectDescription();
  /**
   * string project_description = 22;
   * @return The bytes for projectDescription.
   */
  com.google.protobuf.ByteString
      getProjectDescriptionBytes();

  /**
   * .protolca.ProtoRef publication = 23;
   * @return Whether the publication field is set.
   */
  boolean hasPublication();
  /**
   * .protolca.ProtoRef publication = 23;
   * @return The publication.
   */
  org.openlca.proto.ProtoRef getPublication();
  /**
   * .protolca.ProtoRef publication = 23;
   */
  org.openlca.proto.ProtoRefOrBuilder getPublicationOrBuilder();

  /**
   * string geography_description = 24;
   * @return The geographyDescription.
   */
  java.lang.String getGeographyDescription();
  /**
   * string geography_description = 24;
   * @return The bytes for geographyDescription.
   */
  com.google.protobuf.ByteString
      getGeographyDescriptionBytes();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy