org.drools.marshalling.impl
Interface ProtobufMessages.NodeMemory.AccumulateNodeMemoryOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ProtobufMessages.NodeMemory.AccumulateNodeMemory, ProtobufMessages.NodeMemory.AccumulateNodeMemory.Builder
Enclosing class:
ProtobufMessages.NodeMemory

public static interface ProtobufMessages.NodeMemory.AccumulateNodeMemoryOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 ProtobufMessages.NodeMemory.AccumulateNodeMemory.AccumulateContext getContext(int index)
          repeated .org.drools.marshalling.NodeMemory.AccumulateNodeMemory.AccumulateContext context = 1;
 int getContextCount()
          repeated .org.drools.marshalling.NodeMemory.AccumulateNodeMemory.AccumulateContext context = 1;
 List<ProtobufMessages.NodeMemory.AccumulateNodeMemory.AccumulateContext> getContextList()
          repeated .org.drools.marshalling.NodeMemory.AccumulateNodeMemory.AccumulateContext context = 1;
 ProtobufMessages.NodeMemory.AccumulateNodeMemory.AccumulateContextOrBuilder getContextOrBuilder(int index)
          repeated .org.drools.marshalling.NodeMemory.AccumulateNodeMemory.AccumulateContext context = 1;
 List<? extends ProtobufMessages.NodeMemory.AccumulateNodeMemory.AccumulateContextOrBuilder> getContextOrBuilderList()
          repeated .org.drools.marshalling.NodeMemory.AccumulateNodeMemory.AccumulateContext context = 1;
 
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

getContextList

List<ProtobufMessages.NodeMemory.AccumulateNodeMemory.AccumulateContext> getContextList()
repeated .org.drools.marshalling.NodeMemory.AccumulateNodeMemory.AccumulateContext context = 1;


getContext

ProtobufMessages.NodeMemory.AccumulateNodeMemory.AccumulateContext getContext(int index)
repeated .org.drools.marshalling.NodeMemory.AccumulateNodeMemory.AccumulateContext context = 1;


getContextCount

int getContextCount()
repeated .org.drools.marshalling.NodeMemory.AccumulateNodeMemory.AccumulateContext context = 1;


getContextOrBuilderList

List<? extends ProtobufMessages.NodeMemory.AccumulateNodeMemory.AccumulateContextOrBuilder> getContextOrBuilderList()
repeated .org.drools.marshalling.NodeMemory.AccumulateNodeMemory.AccumulateContext context = 1;


getContextOrBuilder

ProtobufMessages.NodeMemory.AccumulateNodeMemory.AccumulateContextOrBuilder getContextOrBuilder(int index)
repeated .org.drools.marshalling.NodeMemory.AccumulateNodeMemory.AccumulateContext context = 1;



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