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

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

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

package org.polypheny.prism;

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

  /**
   * 
   * A list of documents contained within this frame. Each entry in this list is an instance of ProtoDocument, representing an individual document.
   * 
* * repeated .org.polypheny.prism.ProtoDocument documents = 1; */ java.util.List getDocumentsList(); /** *
   * A list of documents contained within this frame. Each entry in this list is an instance of ProtoDocument, representing an individual document.
   * 
* * repeated .org.polypheny.prism.ProtoDocument documents = 1; */ org.polypheny.prism.ProtoDocument getDocuments(int index); /** *
   * A list of documents contained within this frame. Each entry in this list is an instance of ProtoDocument, representing an individual document.
   * 
* * repeated .org.polypheny.prism.ProtoDocument documents = 1; */ int getDocumentsCount(); /** *
   * A list of documents contained within this frame. Each entry in this list is an instance of ProtoDocument, representing an individual document.
   * 
* * repeated .org.polypheny.prism.ProtoDocument documents = 1; */ java.util.List getDocumentsOrBuilderList(); /** *
   * A list of documents contained within this frame. Each entry in this list is an instance of ProtoDocument, representing an individual document.
   * 
* * repeated .org.polypheny.prism.ProtoDocument documents = 1; */ org.polypheny.prism.ProtoDocumentOrBuilder getDocumentsOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy