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

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

  /**
   * 
   * The flow reference.
   * 
* * .protolca.ProtoRef flow = 1; * @return Whether the flow field is set. */ boolean hasFlow(); /** *
   * The flow reference.
   * 
* * .protolca.ProtoRef flow = 1; * @return The flow. */ org.openlca.proto.ProtoRef getFlow(); /** *
   * The flow reference.
   * 
* * .protolca.ProtoRef flow = 1; */ org.openlca.proto.ProtoRefOrBuilder getFlowOrBuilder(); /** *
   * Indicates whether the flow is an input or not.
   * 
* * bool input = 2; * @return The input. */ boolean getInput(); /** *
   * The value of the flow amount.
   * 
* * double value = 3; * @return The value. */ double getValue(); /** *
   * The (reference to the) location of this flow result in case of a
   * regionalized result.
   * 
* * .protolca.ProtoRef location = 4; * @return Whether the location field is set. */ boolean hasLocation(); /** *
   * The (reference to the) location of this flow result in case of a
   * regionalized result.
   * 
* * .protolca.ProtoRef location = 4; * @return The location. */ org.openlca.proto.ProtoRef getLocation(); /** *
   * The (reference to the) location of this flow result in case of a
   * regionalized result.
   * 
* * .protolca.ProtoRef location = 4; */ org.openlca.proto.ProtoRefOrBuilder getLocationOrBuilder(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy