Interface KieModuleCache.CompilationDataOrBuilder

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

public static interface KieModuleCache.CompilationDataOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    optional string dialect = 1;
    com.google.protobuf.ByteString
    optional string dialect = 1;
    getEntry(int index)
    repeated .org.drools.compiler.kie.builder.impl.CompDataEntry entry = 2;
    int
    repeated .org.drools.compiler.kie.builder.impl.CompDataEntry entry = 2;
    repeated .org.drools.compiler.kie.builder.impl.CompDataEntry entry = 2;
    getEntryOrBuilder(int index)
    repeated .org.drools.compiler.kie.builder.impl.CompDataEntry entry = 2;
    repeated .org.drools.compiler.kie.builder.impl.CompDataEntry entry = 2;
    boolean
    optional string dialect = 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

    • hasDialect

      boolean hasDialect()
      optional string dialect = 1;
    • getDialect

      String getDialect()
      optional string dialect = 1;
    • getDialectBytes

      com.google.protobuf.ByteString getDialectBytes()
      optional string dialect = 1;
    • getEntryList

      repeated .org.drools.compiler.kie.builder.impl.CompDataEntry entry = 2;
    • getEntry

      KieModuleCache.CompDataEntry getEntry(int index)
      repeated .org.drools.compiler.kie.builder.impl.CompDataEntry entry = 2;
    • getEntryCount

      int getEntryCount()
      repeated .org.drools.compiler.kie.builder.impl.CompDataEntry entry = 2;
    • getEntryOrBuilderList

      List<? extends KieModuleCache.CompDataEntryOrBuilder> getEntryOrBuilderList()
      repeated .org.drools.compiler.kie.builder.impl.CompDataEntry entry = 2;
    • getEntryOrBuilder

      KieModuleCache.CompDataEntryOrBuilder getEntryOrBuilder(int index)
      repeated .org.drools.compiler.kie.builder.impl.CompDataEntry entry = 2;