Drools :: Core 6.1.0.Beta1

org.drools.core.marshalling.impl
Interface ProtobufMessages.ActionQueue.LogicalRetractOrBuilder

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

public static interface ProtobufMessages.ActionQueue.LogicalRetractOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 ProtobufMessages.Activation getActivation()
          optional .org.drools.core.marshalling.Activation activation = 2;
 ProtobufMessages.ActivationOrBuilder getActivationOrBuilder()
          optional .org.drools.core.marshalling.Activation activation = 2;
 boolean getFullyRetract()
          optional bool fully_retract = 3;
 int getHandleId()
          optional int32 handle_id = 1;
 boolean getUpdate()
          optional bool update = 4;
 boolean hasActivation()
          optional .org.drools.core.marshalling.Activation activation = 2;
 boolean hasFullyRetract()
          optional bool fully_retract = 3;
 boolean hasHandleId()
          optional int32 handle_id = 1;
 boolean hasUpdate()
          optional bool update = 4;
 
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

hasHandleId

boolean hasHandleId()
optional int32 handle_id = 1;


getHandleId

int getHandleId()
optional int32 handle_id = 1;


hasActivation

boolean hasActivation()
optional .org.drools.core.marshalling.Activation activation = 2;


getActivation

ProtobufMessages.Activation getActivation()
optional .org.drools.core.marshalling.Activation activation = 2;


getActivationOrBuilder

ProtobufMessages.ActivationOrBuilder getActivationOrBuilder()
optional .org.drools.core.marshalling.Activation activation = 2;


hasFullyRetract

boolean hasFullyRetract()
optional bool fully_retract = 3;


getFullyRetract

boolean getFullyRetract()
optional bool fully_retract = 3;


hasUpdate

boolean hasUpdate()
optional bool update = 4;


getUpdate

boolean getUpdate()
optional bool update = 4;


Drools :: Core 6.1.0.Beta1

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