Drools :: Core 6.1.0.Beta1

org.drools.core.marshalling.impl
Interface ProtobufMessages.Timers.BehaviorTimerOrBuilder

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

public static interface ProtobufMessages.Timers.BehaviorTimerOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 int getDEPRECATEDBehaviorIndex()
          optional int32 DEPRECATED_behavior_index = 2;
 int getDEPRECATEDNodeId()
          optional int32 DEPRECATED_node_id = 1;
 int getHandleId()
          optional int32 handle_id = 3;
 boolean hasDEPRECATEDBehaviorIndex()
          optional int32 DEPRECATED_behavior_index = 2;
 boolean hasDEPRECATEDNodeId()
          optional int32 DEPRECATED_node_id = 1;
 boolean hasHandleId()
          optional int32 handle_id = 3;
 
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

hasDEPRECATEDNodeId

boolean hasDEPRECATEDNodeId()
optional int32 DEPRECATED_node_id = 1;


getDEPRECATEDNodeId

int getDEPRECATEDNodeId()
optional int32 DEPRECATED_node_id = 1;


hasDEPRECATEDBehaviorIndex

boolean hasDEPRECATEDBehaviorIndex()
optional int32 DEPRECATED_behavior_index = 2;


getDEPRECATEDBehaviorIndex

int getDEPRECATEDBehaviorIndex()
optional int32 DEPRECATED_behavior_index = 2;


hasHandleId

boolean hasHandleId()
optional int32 handle_id = 3;


getHandleId

int getHandleId()
optional int32 handle_id = 3;


Drools :: Core 6.1.0.Beta1

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