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()
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
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean 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()
optional int32 object_strategy_index = 8;
the actual object reference
int getObjectStrategyIndex()
optional int32 object_strategy_index = 8;
the actual object reference
boolean hasObject()
optional bytes object = 9;
com.google.protobuf.ByteString getObject()
optional bytes object = 9;
boolean hasValueStrategyIndex()
optional int32 value_strategy_index = 10;
the actual value reference
int getValueStrategyIndex()
optional int32 value_strategy_index = 10;
the actual value reference
boolean hasValue()
optional bytes value = 11;
com.google.protobuf.ByteString getValue()
optional bytes value = 11;
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.