org.openlca.proto.ProtoImpactResultOrBuilder Maven / Gradle / Ivy
// 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