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 TypeMethodDescriptionoptional string dialect = 1;com.google.protobuf.ByteStringoptional string dialect = 1;getEntry(int index) repeated .org.drools.compiler.kie.builder.impl.CompDataEntry entry = 2;intrepeated .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;List<? extends KieModuleCache.CompDataEntryOrBuilder>repeated .org.drools.compiler.kie.builder.impl.CompDataEntry entry = 2;booleanoptional string dialect = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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
List<KieModuleCache.CompDataEntry> getEntryList()repeated .org.drools.compiler.kie.builder.impl.CompDataEntry entry = 2; -
getEntry
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
repeated .org.drools.compiler.kie.builder.impl.CompDataEntry entry = 2;
-