org.openlca.proto.ProtoSocialAspectOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: olca.proto
package org.openlca.proto;
public interface ProtoSocialAspectOrBuilder extends
// @@protoc_insertion_point(interface_extends:protolca.ProtoSocialAspect)
com.google.protobuf.MessageOrBuilder {
/**
*
* The value of the activity variable of the related indicator.
*
*
* double activity_value = 1;
* @return The activityValue.
*/
double getActivityValue();
/**
* string comment = 2;
* @return The comment.
*/
java.lang.String getComment();
/**
* string comment = 2;
* @return The bytes for comment.
*/
com.google.protobuf.ByteString
getCommentBytes();
/**
*
* A data quality entry, e.g. `(3,1,2,4,1)`.
*
*
* string quality = 3;
* @return The quality.
*/
java.lang.String getQuality();
/**
*
* A data quality entry, e.g. `(3,1,2,4,1)`.
*
*
* string quality = 3;
* @return The bytes for quality.
*/
com.google.protobuf.ByteString
getQualityBytes();
/**
*
* The raw amount of the indicator's unit of measurement (not required to be
* numeric currently)
*
*
* string raw_amount = 4;
* @return The rawAmount.
*/
java.lang.String getRawAmount();
/**
*
* The raw amount of the indicator's unit of measurement (not required to be
* numeric currently)
*
*
* string raw_amount = 4;
* @return The bytes for rawAmount.
*/
com.google.protobuf.ByteString
getRawAmountBytes();
/**
* .protolca.ProtoRiskLevel risk_level = 5;
* @return The enum numeric value on the wire for riskLevel.
*/
int getRiskLevelValue();
/**
* .protolca.ProtoRiskLevel risk_level = 5;
* @return The riskLevel.
*/
org.openlca.proto.ProtoRiskLevel getRiskLevel();
/**
* .protolca.ProtoRef social_indicator = 6;
* @return Whether the socialIndicator field is set.
*/
boolean hasSocialIndicator();
/**
* .protolca.ProtoRef social_indicator = 6;
* @return The socialIndicator.
*/
org.openlca.proto.ProtoRef getSocialIndicator();
/**
* .protolca.ProtoRef social_indicator = 6;
*/
org.openlca.proto.ProtoRefOrBuilder getSocialIndicatorOrBuilder();
/**
* .protolca.ProtoRef source = 7;
* @return Whether the source field is set.
*/
boolean hasSource();
/**
* .protolca.ProtoRef source = 7;
* @return The source.
*/
org.openlca.proto.ProtoRef getSource();
/**
* .protolca.ProtoRef source = 7;
*/
org.openlca.proto.ProtoRefOrBuilder getSourceOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy