Drools :: Core 6.0.0.Beta5

org.drools.core.marshalling.impl
Interface ProtobufMessages.LogicalDependencyOrBuilder

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

public static interface ProtobufMessages.LogicalDependencyOrBuilder
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;
 com.google.protobuf.ByteString getObject()
          optional bytes object = 9;
 int getObjectStrategyIndex()
          optional int32 object_strategy_index = 8; the actual object reference
 com.google.protobuf.ByteString getValue()
          optional bytes value = 11;
 int getValueStrategyIndex()
          optional int32 value_strategy_index = 10; the actual value reference
 boolean hasActivation()
          optional .org.drools.core.marshalling.Activation activation = 2;
 boolean hasObject()
          optional bytes object = 9;
 boolean hasObjectStrategyIndex()
          optional int32 object_strategy_index = 8; the actual object reference
 boolean hasValue()
          optional bytes value = 11;
 boolean hasValueStrategyIndex()
          optional int32 value_strategy_index = 10; the actual value reference
 
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

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;


hasObjectStrategyIndex

boolean hasObjectStrategyIndex()
optional int32 object_strategy_index = 8;
 the actual object reference
 


getObjectStrategyIndex

int getObjectStrategyIndex()
optional int32 object_strategy_index = 8;
 the actual object reference
 


hasObject

boolean hasObject()
optional bytes object = 9;


getObject

com.google.protobuf.ByteString getObject()
optional bytes object = 9;


hasValueStrategyIndex

boolean hasValueStrategyIndex()
optional int32 value_strategy_index = 10;
 the actual value reference
 


getValueStrategyIndex

int getValueStrategyIndex()
optional int32 value_strategy_index = 10;
 the actual value reference
 


hasValue

boolean hasValue()
optional bytes value = 11;


getValue

com.google.protobuf.ByteString getValue()
optional bytes value = 11;


Drools :: Core 6.0.0.Beta5

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