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

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

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

package org.polypheny.prism;

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

  /**
   * 
   * The list of ProtoValue items.
   * 
* * repeated .org.polypheny.prism.ProtoValue values = 1; */ java.util.List getValuesList(); /** *
   * The list of ProtoValue items.
   * 
* * repeated .org.polypheny.prism.ProtoValue values = 1; */ org.polypheny.prism.ProtoValue getValues(int index); /** *
   * The list of ProtoValue items.
   * 
* * repeated .org.polypheny.prism.ProtoValue values = 1; */ int getValuesCount(); /** *
   * The list of ProtoValue items.
   * 
* * repeated .org.polypheny.prism.ProtoValue values = 1; */ java.util.List getValuesOrBuilderList(); /** *
   * The list of ProtoValue items.
   * 
* * repeated .org.polypheny.prism.ProtoValue values = 1; */ org.polypheny.prism.ProtoValueOrBuilder getValuesOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy