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

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

  /**
   * 
   * The reference to the impact assessment category.
   * 
* * .protolca.ProtoRef impact_category = 1; * @return Whether the impactCategory field is set. */ boolean hasImpactCategory(); /** *
   * The reference to the impact assessment category.
   * 
* * .protolca.ProtoRef impact_category = 1; * @return The impactCategory. */ org.openlca.proto.ProtoRef getImpactCategory(); /** *
   * The reference to the impact assessment category.
   * 
* * .protolca.ProtoRef impact_category = 1; */ org.openlca.proto.ProtoRefOrBuilder getImpactCategoryOrBuilder(); /** *
   * The value of the flow amount.
   * 
* * double value = 2; * @return The value. */ double getValue(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy