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

org.openlca.proto.ProtoNwSetOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: olca.proto

package org.openlca.proto;

public interface ProtoNwSetOrBuilder extends
    // @@protoc_insertion_point(interface_extends:protolca.ProtoNwSet)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The reference ID (typically an UUID) of the entity.
   * 
* * string id = 1 [json_name = "@id"]; * @return The id. */ java.lang.String getId(); /** *
   * The reference ID (typically an UUID) of the entity.
   * 
* * string id = 1 [json_name = "@id"]; * @return The bytes for id. */ com.google.protobuf.ByteString getIdBytes(); /** *
   * The name of the entity.
   * 
* * string name = 2; * @return The name. */ java.lang.String getName(); /** *
   * The name of the entity.
   * 
* * string name = 2; * @return The bytes for name. */ com.google.protobuf.ByteString getNameBytes(); /** *
   * The description of the entity.
   * 
* * string description = 3; * @return The description. */ java.lang.String getDescription(); /** *
   * The description of the entity.
   * 
* * string description = 3; * @return The bytes for description. */ com.google.protobuf.ByteString getDescriptionBytes(); /** *
   * A version number in MAJOR.MINOR.PATCH format where the MINOR and PATCH
   * fields are optional and the fields may have leading zeros (so 01.00.00 is
   * the same as 1.0.0 or 1).
   * 
* * string version = 4; * @return The version. */ java.lang.String getVersion(); /** *
   * A version number in MAJOR.MINOR.PATCH format where the MINOR and PATCH
   * fields are optional and the fields may have leading zeros (so 01.00.00 is
   * the same as 1.0.0 or 1).
   * 
* * string version = 4; * @return The bytes for version. */ com.google.protobuf.ByteString getVersionBytes(); /** *
   * The timestamp when the entity was changed the last time.
   * 
* * string last_change = 5; * @return The lastChange. */ java.lang.String getLastChange(); /** *
   * The timestamp when the entity was changed the last time.
   * 
* * string last_change = 5; * @return The bytes for lastChange. */ com.google.protobuf.ByteString getLastChangeBytes(); /** *
   * This is the optional unit of the (normalized and) weighted score when this
   * normalization and weighting set was applied on a LCIA result.
   * 
* * string weighted_score_unit = 6; * @return The weightedScoreUnit. */ java.lang.String getWeightedScoreUnit(); /** *
   * This is the optional unit of the (normalized and) weighted score when this
   * normalization and weighting set was applied on a LCIA result.
   * 
* * string weighted_score_unit = 6; * @return The bytes for weightedScoreUnit. */ com.google.protobuf.ByteString getWeightedScoreUnitBytes(); /** *
   * The list of normalization and weighting factors of this set.
   * 
* * repeated .protolca.ProtoNwFactor factors = 7; */ java.util.List getFactorsList(); /** *
   * The list of normalization and weighting factors of this set.
   * 
* * repeated .protolca.ProtoNwFactor factors = 7; */ org.openlca.proto.ProtoNwFactor getFactors(int index); /** *
   * The list of normalization and weighting factors of this set.
   * 
* * repeated .protolca.ProtoNwFactor factors = 7; */ int getFactorsCount(); /** *
   * The list of normalization and weighting factors of this set.
   * 
* * repeated .protolca.ProtoNwFactor factors = 7; */ java.util.List getFactorsOrBuilderList(); /** *
   * The list of normalization and weighting factors of this set.
   * 
* * repeated .protolca.ProtoNwFactor factors = 7; */ org.openlca.proto.ProtoNwFactorOrBuilder getFactorsOrBuilder( int index); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy