org.drools.marshalling.impl
Interface ProtobufMessages.EqualityKeyOrBuilder

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

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


Method Summary
 int getHandleId()
          optional int32 handle_id = 2;
 int getOtherHandle(int index)
          repeated int32 other_handle = 3;
 int getOtherHandleCount()
          repeated int32 other_handle = 3;
 List<Integer> getOtherHandleList()
          repeated int32 other_handle = 3;
 int getStatus()
          optional int32 status = 1;
 boolean hasHandleId()
          optional int32 handle_id = 2;
 boolean hasStatus()
          optional int32 status = 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

hasStatus

boolean hasStatus()
optional int32 status = 1;


getStatus

int getStatus()
optional int32 status = 1;


hasHandleId

boolean hasHandleId()
optional int32 handle_id = 2;


getHandleId

int getHandleId()
optional int32 handle_id = 2;


getOtherHandleList

List<Integer> getOtherHandleList()
repeated int32 other_handle = 3;


getOtherHandleCount

int getOtherHandleCount()
repeated int32 other_handle = 3;


getOtherHandle

int getOtherHandle(int index)
repeated int32 other_handle = 3;



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