org.drools.marshalling.impl
Interface ProtobufMessages.TupleOrBuilder

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

public static interface ProtobufMessages.TupleOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 int getHandleId(int index)
          repeated int32 handle_id = 1;
 int getHandleIdCount()
          repeated int32 handle_id = 1;
 List<Integer> getHandleIdList()
          repeated int32 handle_id = 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

getHandleIdList

List<Integer> getHandleIdList()
repeated int32 handle_id = 1;


getHandleIdCount

int getHandleIdCount()
repeated int32 handle_id = 1;


getHandleId

int getHandleId(int index)
repeated int32 handle_id = 1;



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