public static interface ProtobufMessages.LogicalDependencyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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()
the actual object reference
optional int32 object_strategy_index = 8; |
com.google.protobuf.ByteString |
getValue()
optional bytes value = 11; |
int |
getValueStrategyIndex()
the actual value reference
optional int32 value_strategy_index = 10; |
boolean |
hasActivation()
optional .org.drools.core.marshalling.Activation activation = 2; |
boolean |
hasObject()
optional bytes object = 9; |
boolean |
hasObjectStrategyIndex()
the actual object reference
optional int32 object_strategy_index = 8; |
boolean |
hasValue()
optional bytes value = 11; |
boolean |
hasValueStrategyIndex()
the actual value reference
optional int32 value_strategy_index = 10; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasActivation()
optional .org.drools.core.marshalling.Activation activation = 2;ProtobufMessages.Activation getActivation()
optional .org.drools.core.marshalling.Activation activation = 2;ProtobufMessages.ActivationOrBuilder getActivationOrBuilder()
optional .org.drools.core.marshalling.Activation activation = 2;boolean hasObjectStrategyIndex()
the actual object reference
optional int32 object_strategy_index = 8;int getObjectStrategyIndex()
the actual object reference
optional int32 object_strategy_index = 8;boolean hasObject()
optional bytes object = 9;com.google.protobuf.ByteString getObject()
optional bytes object = 9;boolean hasValueStrategyIndex()
the actual value reference
optional int32 value_strategy_index = 10;int getValueStrategyIndex()
the actual value reference
optional int32 value_strategy_index = 10;boolean hasValue()
optional bytes value = 11;com.google.protobuf.ByteString getValue()
optional bytes value = 11;Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.