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

org.polypheny.prism.IndexedParametersOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: org/polypheny/prism/statement_requests.proto

package org.polypheny.prism;

public interface IndexedParametersOrBuilder extends
    // @@protoc_insertion_point(interface_extends:org.polypheny.prism.IndexedParameters)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * List of values to be used as parameters, indexed by their position in the list.
   * 
* * repeated .org.polypheny.prism.ProtoValue parameters = 1; */ java.util.List getParametersList(); /** *
   * List of values to be used as parameters, indexed by their position in the list.
   * 
* * repeated .org.polypheny.prism.ProtoValue parameters = 1; */ org.polypheny.prism.ProtoValue getParameters(int index); /** *
   * List of values to be used as parameters, indexed by their position in the list.
   * 
* * repeated .org.polypheny.prism.ProtoValue parameters = 1; */ int getParametersCount(); /** *
   * List of values to be used as parameters, indexed by their position in the list.
   * 
* * repeated .org.polypheny.prism.ProtoValue parameters = 1; */ java.util.List getParametersOrBuilderList(); /** *
   * List of values to be used as parameters, indexed by their position in the list.
   * 
* * repeated .org.polypheny.prism.ProtoValue parameters = 1; */ org.polypheny.prism.ProtoValueOrBuilder getParametersOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy