org.openlca.proto.ProtoFlowMapOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: olca.proto
package org.openlca.proto;
public interface ProtoFlowMapOrBuilder extends
// @@protoc_insertion_point(interface_extends:protolca.ProtoFlowMap)
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();
/**
*
* The reference (id, name, description) of the source flow list.
*
*
* .protolca.ProtoRef source = 6;
* @return Whether the source field is set.
*/
boolean hasSource();
/**
*
* The reference (id, name, description) of the source flow list.
*
*
* .protolca.ProtoRef source = 6;
* @return The source.
*/
org.openlca.proto.ProtoRef getSource();
/**
*
* The reference (id, name, description) of the source flow list.
*
*
* .protolca.ProtoRef source = 6;
*/
org.openlca.proto.ProtoRefOrBuilder getSourceOrBuilder();
/**
*
* The reference (id, name, description) of the target flow list.
*
*
* .protolca.ProtoRef target = 7;
* @return Whether the target field is set.
*/
boolean hasTarget();
/**
*
* The reference (id, name, description) of the target flow list.
*
*
* .protolca.ProtoRef target = 7;
* @return The target.
*/
org.openlca.proto.ProtoRef getTarget();
/**
*
* The reference (id, name, description) of the target flow list.
*
*
* .protolca.ProtoRef target = 7;
*/
org.openlca.proto.ProtoRefOrBuilder getTargetOrBuilder();
/**
*
* A list of flow mappings from flows in a source flow list to flows in a
* target flow list.
*
*
* repeated .protolca.ProtoFlowMapEntry mappings = 8;
*/
java.util.List
getMappingsList();
/**
*
* A list of flow mappings from flows in a source flow list to flows in a
* target flow list.
*
*
* repeated .protolca.ProtoFlowMapEntry mappings = 8;
*/
org.openlca.proto.ProtoFlowMapEntry getMappings(int index);
/**
*
* A list of flow mappings from flows in a source flow list to flows in a
* target flow list.
*
*
* repeated .protolca.ProtoFlowMapEntry mappings = 8;
*/
int getMappingsCount();
/**
*
* A list of flow mappings from flows in a source flow list to flows in a
* target flow list.
*
*
* repeated .protolca.ProtoFlowMapEntry mappings = 8;
*/
java.util.List extends org.openlca.proto.ProtoFlowMapEntryOrBuilder>
getMappingsOrBuilderList();
/**
*
* A list of flow mappings from flows in a source flow list to flows in a
* target flow list.
*
*
* repeated .protolca.ProtoFlowMapEntry mappings = 8;
*/
org.openlca.proto.ProtoFlowMapEntryOrBuilder getMappingsOrBuilder(
int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy