org.openlca.proto.ProtoNwFactorOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: olca.proto
package org.openlca.proto;
public interface ProtoNwFactorOrBuilder extends
// @@protoc_insertion_point(interface_extends:protolca.ProtoNwFactor)
com.google.protobuf.MessageOrBuilder {
/**
* .protolca.ProtoRef impact_category = 1;
* @return Whether the impactCategory field is set.
*/
boolean hasImpactCategory();
/**
* .protolca.ProtoRef impact_category = 1;
* @return The impactCategory.
*/
org.openlca.proto.ProtoRef getImpactCategory();
/**
* .protolca.ProtoRef impact_category = 1;
*/
org.openlca.proto.ProtoRefOrBuilder getImpactCategoryOrBuilder();
/**
* double normalisation_factor = 2;
* @return The normalisationFactor.
*/
double getNormalisationFactor();
/**
* double weighting_factor = 3;
* @return The weightingFactor.
*/
double getWeightingFactor();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy