org.openlca.proto.ProtoFlowMapEntryOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: olca.proto
package org.openlca.proto;
public interface ProtoFlowMapEntryOrBuilder extends
// @@protoc_insertion_point(interface_extends:protolca.ProtoFlowMapEntry)
com.google.protobuf.MessageOrBuilder {
/**
*
* Describes the source flow of the mapping.
*
*
* .protolca.ProtoFlowMapRef from = 1;
* @return Whether the from field is set.
*/
boolean hasFrom();
/**
*
* Describes the source flow of the mapping.
*
*
* .protolca.ProtoFlowMapRef from = 1;
* @return The from.
*/
org.openlca.proto.ProtoFlowMapRef getFrom();
/**
*
* Describes the source flow of the mapping.
*
*
* .protolca.ProtoFlowMapRef from = 1;
*/
org.openlca.proto.ProtoFlowMapRefOrBuilder getFromOrBuilder();
/**
*
* Describes the target of the mapping.
*
*
* .protolca.ProtoFlowMapRef to = 2;
* @return Whether the to field is set.
*/
boolean hasTo();
/**
*
* Describes the target of the mapping.
*
*
* .protolca.ProtoFlowMapRef to = 2;
* @return The to.
*/
org.openlca.proto.ProtoFlowMapRef getTo();
/**
*
* Describes the target of the mapping.
*
*
* .protolca.ProtoFlowMapRef to = 2;
*/
org.openlca.proto.ProtoFlowMapRefOrBuilder getToOrBuilder();
/**
*
* The conversion factor to convert the amount of 1 unit of the source flow
* into the corresponding quantity of the target flow.
*
*
* double conversion_factor = 3;
* @return The conversionFactor.
*/
double getConversionFactor();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy