org.drools.marshalling.impl
Interface ProtobufMessages.KnowledgeBaseOrBuilder

All Superinterfaces:
com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<ProtobufMessages.KnowledgeBase>, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ProtobufMessages.KnowledgeBase, ProtobufMessages.KnowledgeBase.Builder
Enclosing class:
ProtobufMessages

public static interface ProtobufMessages.KnowledgeBaseOrBuilder
extends com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<ProtobufMessages.KnowledgeBase>


Method Summary
 String getId()
          optional string id = 2; we should probably add the list of packages/rules/resources on the knowledge base
 com.google.protobuf.ByteString getIdBytes()
          optional string id = 2; we should probably add the list of packages/rules/resources on the knowledge base
 com.google.protobuf.ByteString getSignature()
          optional bytes signature = 1;
 boolean hasId()
          optional string id = 2; we should probably add the list of packages/rules/resources on the knowledge base
 boolean hasSignature()
          optional bytes signature = 1;
 
Methods inherited from interface com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder
getExtension, getExtension, getExtensionCount, hasExtension
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasSignature

boolean hasSignature()
optional bytes signature = 1;


getSignature

com.google.protobuf.ByteString getSignature()
optional bytes signature = 1;


hasId

boolean hasId()
optional string id = 2;
 we should probably add the list of packages/rules/resources on the knowledge base
 


getId

String getId()
optional string id = 2;
 we should probably add the list of packages/rules/resources on the knowledge base
 


getIdBytes

com.google.protobuf.ByteString getIdBytes()
optional string id = 2;
 we should probably add the list of packages/rules/resources on the knowledge base
 



Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.