Interface PB_RDF.RDF_VarTupleOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
PB_RDF.RDF_VarTuple, PB_RDF.RDF_VarTuple.Builder
Enclosing class:
PB_RDF

public static interface PB_RDF.RDF_VarTupleOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getVars(int index)
    repeated .RDF_Var vars = 1;
    int
    repeated .RDF_Var vars = 1;
    repeated .RDF_Var vars = 1;
    getVarsOrBuilder(int index)
    repeated .RDF_Var vars = 1;
    repeated .RDF_Var vars = 1;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getVarsList

      List<PB_RDF.RDF_Var> getVarsList()
      repeated .RDF_Var vars = 1;
    • getVars

      PB_RDF.RDF_Var getVars(int index)
      repeated .RDF_Var vars = 1;
    • getVarsCount

      int getVarsCount()
      repeated .RDF_Var vars = 1;
    • getVarsOrBuilderList

      List<? extends PB_RDF.RDF_VarOrBuilder> getVarsOrBuilderList()
      repeated .RDF_Var vars = 1;
    • getVarsOrBuilder

      PB_RDF.RDF_VarOrBuilder getVarsOrBuilder(int index)
      repeated .RDF_Var vars = 1;