org.drools.marshalling.impl
Interface ProtobufMessages.Timers.TimerOrBuilder

All Superinterfaces:
com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<ProtobufMessages.Timers.Timer>, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ProtobufMessages.Timers.Timer, ProtobufMessages.Timers.Timer.Builder
Enclosing class:
ProtobufMessages.Timers

public static interface ProtobufMessages.Timers.TimerOrBuilder
extends com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<ProtobufMessages.Timers.Timer>


Method Summary
 ProtobufMessages.Timers.ActivationTimer getActivation()
          optional .org.drools.marshalling.Timers.ActivationTimer activation = 3;
 ProtobufMessages.Timers.ActivationTimerOrBuilder getActivationOrBuilder()
          optional .org.drools.marshalling.Timers.ActivationTimer activation = 3;
 ProtobufMessages.Timers.BehaviorTimer getBehavior()
          optional .org.drools.marshalling.Timers.BehaviorTimer behavior = 4;
 ProtobufMessages.Timers.BehaviorTimerOrBuilder getBehaviorOrBuilder()
          optional .org.drools.marshalling.Timers.BehaviorTimer behavior = 4;
 ProtobufMessages.Timers.ExpireTimer getExpire()
          optional .org.drools.marshalling.Timers.ExpireTimer expire = 2;
 ProtobufMessages.Timers.ExpireTimerOrBuilder getExpireOrBuilder()
          optional .org.drools.marshalling.Timers.ExpireTimer expire = 2;
 ProtobufMessages.Timers.TimerType getType()
          optional .org.drools.marshalling.Timers.TimerType type = 1;
 boolean hasActivation()
          optional .org.drools.marshalling.Timers.ActivationTimer activation = 3;
 boolean hasBehavior()
          optional .org.drools.marshalling.Timers.BehaviorTimer behavior = 4;
 boolean hasExpire()
          optional .org.drools.marshalling.Timers.ExpireTimer expire = 2;
 boolean hasType()
          optional .org.drools.marshalling.Timers.TimerType type = 1;
 
Methods inherited from interface com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder
getExtension, getExtension, getExtensionCount, hasExtension
 
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

hasType

boolean hasType()
optional .org.drools.marshalling.Timers.TimerType type = 1;


getType

ProtobufMessages.Timers.TimerType getType()
optional .org.drools.marshalling.Timers.TimerType type = 1;


hasExpire

boolean hasExpire()
optional .org.drools.marshalling.Timers.ExpireTimer expire = 2;


getExpire

ProtobufMessages.Timers.ExpireTimer getExpire()
optional .org.drools.marshalling.Timers.ExpireTimer expire = 2;


getExpireOrBuilder

ProtobufMessages.Timers.ExpireTimerOrBuilder getExpireOrBuilder()
optional .org.drools.marshalling.Timers.ExpireTimer expire = 2;


hasActivation

boolean hasActivation()
optional .org.drools.marshalling.Timers.ActivationTimer activation = 3;


getActivation

ProtobufMessages.Timers.ActivationTimer getActivation()
optional .org.drools.marshalling.Timers.ActivationTimer activation = 3;


getActivationOrBuilder

ProtobufMessages.Timers.ActivationTimerOrBuilder getActivationOrBuilder()
optional .org.drools.marshalling.Timers.ActivationTimer activation = 3;


hasBehavior

boolean hasBehavior()
optional .org.drools.marshalling.Timers.BehaviorTimer behavior = 4;


getBehavior

ProtobufMessages.Timers.BehaviorTimer getBehavior()
optional .org.drools.marshalling.Timers.BehaviorTimer behavior = 4;


getBehaviorOrBuilder

ProtobufMessages.Timers.BehaviorTimerOrBuilder getBehaviorOrBuilder()
optional .org.drools.marshalling.Timers.BehaviorTimer behavior = 4;



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