org.openlca.proto.ProtoParameterRedefSetOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: olca.proto
package org.openlca.proto;
public interface ProtoParameterRedefSetOrBuilder extends
// @@protoc_insertion_point(interface_extends:protolca.ProtoParameterRedefSet)
com.google.protobuf.MessageOrBuilder {
/**
*
* The name of the parameter set.
*
*
* string name = 1;
* @return The name.
*/
java.lang.String getName();
/**
*
* The name of the parameter set.
*
*
* string name = 1;
* @return The bytes for name.
*/
com.google.protobuf.ByteString
getNameBytes();
/**
*
* A description of the parameter set.
*
*
* string description = 2;
* @return The description.
*/
java.lang.String getDescription();
/**
*
* A description of the parameter set.
*
*
* string description = 2;
* @return The bytes for description.
*/
com.google.protobuf.ByteString
getDescriptionBytes();
/**
*
* Indicates if this set of parameter redefinitions is the baseline for a
* product system.
*
*
* bool is_baseline = 3;
* @return The isBaseline.
*/
boolean getIsBaseline();
/**
*
* The parameter redefinitions of this redefinition set.
*
*
* repeated .protolca.ProtoParameterRedef parameters = 4;
*/
java.util.List
getParametersList();
/**
*
* The parameter redefinitions of this redefinition set.
*
*
* repeated .protolca.ProtoParameterRedef parameters = 4;
*/
org.openlca.proto.ProtoParameterRedef getParameters(int index);
/**
*
* The parameter redefinitions of this redefinition set.
*
*
* repeated .protolca.ProtoParameterRedef parameters = 4;
*/
int getParametersCount();
/**
*
* The parameter redefinitions of this redefinition set.
*
*
* repeated .protolca.ProtoParameterRedef parameters = 4;
*/
java.util.List extends org.openlca.proto.ProtoParameterRedefOrBuilder>
getParametersOrBuilderList();
/**
*
* The parameter redefinitions of this redefinition set.
*
*
* repeated .protolca.ProtoParameterRedef parameters = 4;
*/
org.openlca.proto.ProtoParameterRedefOrBuilder getParametersOrBuilder(
int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy